Color Hex Logo

#aec6cb Color Hex

#AEC6CB
(174,198,203)
0 Favorites   0 Comments

Color spaces of #aec6cb

RGB 174198203
HSL0.530.220.74
HSV190°14°80°
CMYK 0.140.020.00   0.20
XYZ48.429153.698664.3123
Yxy53.69860.29100.3226
Hunter Lab73.2793-10.2711-0.7393
CIE-Lab78.2857-7.0485-5.2447

#aec6cb color RGB value is (174,198,203).

#aec6cb hex color red value is 174, green value is 198 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aec6cb hue: 0.53 , saturation: 0.22 and the lightness value of aec6cb is 0.74.

The process color (four color CMYK) of #aec6cb color hex is 0.14, 0.02, 0.00, 0.20. Web safe color of #aec6cb is #99cccc. Color #aec6cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 11001011
Octal 256 306 313
Decimal 174 198 203
Hex AE C6 CB

RGB Percentages of Color #aec6cb

%30.26
%34.43
%35.30

CMYK Percentages of Color #aec6cb

%14
%2
%0
%20

Triadic Colors of #aec6cb

#aec6cb #cbaec6 #c6cbae

Analogous Colors of #aec6cb

#aec6cb #aeb8cb #aecbc2

Monochromatic Colors of #aec6cb

#aec6cb

Complementary Color

#aec6cb #cbb3ae

#aec6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec6cb Color CSS Codes

.mybgcolor {background-color:#aec6cb; } 
.myforecolor {color:#aec6cb; }
.mybordercolor {border:3px solid #aec6cb; }

#aec6cb Text Font Color

<p style="color:#aec6cb">Text here</p>

This sample text font color is #aec6cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aec6cb Background Color

<div style="background-color:#aec6cb">
Div content here</div>

This div background color is #aec6cb


#aec6cb Border Color

<div style="border:3px solid #aec6cb">
Div here</div>

This div border color is #aec6cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,198,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aec6cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aec6cb;
  -webkit-box-shadow: 1px 1px 3px 2px #aec6cb;
  box-shadow:         1px 1px 3px 2px #aec6cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,198,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aec6cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aec6cb;
  -webkit-box-shadow: 1px 1px 3px 2px #aec6cb;
  box-shadow:         1px 1px 3px 2px #aec6cb;">
Div content here</div>

This div box has shadow with color #aec6cb


Comments

No comments written yet.

Please login to write comment.