crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#aebcbb hex color - Blue - Cool color - Information

#aebcbb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aebcbb Color code in RGB color code model is created after adding 68.24% red color, 73.73% green color and 73.33% blue color. Hex #aebcbb Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 1% yellow and 26% black.

Hex #aebcbb color code is between #aabbaa web safe hex color code and #bbcccc web safe hex color code. #aabbaa is the nearest web safe color code. You can see here many more shades of #aebcbb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaebcbb#aebcbb
RGB Decimal174, 188, 187rgb(174, 188, 187)
RGB Percent68%, 74%, 73%rgb(68%, 74%, 73%)
CSS RGBa174, 188, 187,1rgba(174,188,187,1)
CMYK Modelcmyk(7%,0%,1%,26%)
HSL Color Space176,9% ,71%hsl(176,9% ,71%)
HSV Color Space176°, 7%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101011110010111011
Octal256274273
Decimal174188187
Hexaebcbb

Different shades of #aebcbb color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #aebcbb
#cad3d2
Dark Shade of #aebcbb
#92a5a4
Saturated Shade of #aebcbb
#a7c3c1
Desaturated Shade of #aebcbb
#b5b5b5
Grey scale Shade of #aebcbb
#b5b5b5
Brighten Shade
#c7d5d4
Most Readable Shade
#000000

Shades of #aebcbb color code

Generate more color scales with scales (color stack) generator.

#aebcbb
#9aa7a6
#879291
#747d7c
#606867
#4d5353
#3a3e3e
#262929
#131414
#000000

Similar Color like #aebcbb color

Find visually similar hex color codes nearing to #aebcbb hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#afbdbc
#b0bebd
#b1bfbe
#b2c0bf
#b3c1c0
#b4c2c1
#b5c3c2
#b6c4c3
#b7c5c4
#b8c6c5
#b9c7c6
#bac8c7
#bbc9c8
#bccac9
#adbbba
#acbab9
#abb9b8
#aab8b7
#a9b7b6
#a8b6b5
#a7b5b4
#a6b4b3
#a5b3b2
#a4b2b1
#a3b1b0
#a2b0af
#a1afae
#a0aead

Monochromatic Color with #aebcbb

#aebcbb
#d5e6e5
#111212
#383c3c
#5f6766
#879191

Tints of #aebcbb Color

#aebcbb
#b7c3c2
#c0caca
#c9d2d1
#d2d9d9
#dbe1e0
#e4e8e8
#edf0ef
#f6f7f7
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#aebcbb
#bcaeaf

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#aebcbb
#bcaeb6
#bcb4ae

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#aebcb5
#aebcb8
#aebcbb
#aebabc
#aeb7bc

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#aebcbb
#bbaebc
#bcbbae

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#aebcbb
#b4aebc
#bcaeaf
#b6bcae

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#aebcbb
#bcaeaf
#bcb4ae
#aeb6bc

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #aebcbb Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#aebcbb Color Code Preview on Black Background Color

This is how #aebcbb Color will look on black background color. Color contrast ratio is 10.71

#aebcbb in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#aebcbb">Your Example Paragraph content text in with font color #aebcbb </p>

Your Example Paragraph content text in with font color #aebcbb

HTML with inline CSS

<div style="color:#aebcbb">Your Paragraph text in with font color #aebcbb </div>

Your Example Paragraph content text in with font color #aebcbb

#aebcbb color code is use for CSS Background Color

Background color for the above div is #aebcbb

HTML with inline CSS

<div style="background-color:#aebcbb;"></div>

#aebcbb color code is use for CSS Border Color

CSS Border color for the above div is #aebcbb

HTML with inline CSS

<div style="border:5px solid #aebcbb;"></div>

CSS Border Left color for the above div is #aebcbb

HTML with inline CSS

<div style="border-left:5px solid #aebcbb;"></div>

CSS Border Right color for the above div is #aebcbb

HTML with inline CSS

<div style="border-right:5px solid #aebcbb;"></div>

CSS Border Bottom color for the above div is #aebcbb

HTML with inline CSS

<div style="border-bottom:5px solid #aebcbb;"></div>

CSS Border Top color for the above div is #aebcbb

HTML with inline CSS

<div style="border-top:5px solid #aebcbb;"></div>

#aebcbb hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#aebcbb; } .examplecolorclass {color:#aebcbb; } .examplebordercolor {border:3px solid #aebcbb; }

#aebcbb Color code Preview on White Background

This is how #aebcbb Color code will look on white background color. Color contrast ratio is 1.96

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #aebcbb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #aebcbb; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.