Color Hex Logo

#aec2cb Color Hex

#AEC2CB
(174,194,203)
0 Favorites   0 Comments

Color spaces of #aec2cb

RGB 174194203
HSL0.550.220.74
HSV199°14°80°
CMYK 0.140.040.00   0.20
XYZ47.526851.894064.0115
Yxy51.89400.29080.3175
Hunter Lab72.0375-8.3001-2.2580
CIE-Lab77.2174-4.9397-6.8245

#aec2cb color RGB value is (174,194,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 11001011
Octal 256 302 313
Decimal 174 194 203
Hex AE C2 CB

RGB Percentages of Color #aec2cb

%30.47
%33.98
%35.55

CMYK Percentages of Color #aec2cb

%14
%4
%0
%20

Triadic Colors of #aec2cb

#aec2cb #cbaec2 #c2cbae

Analogous Colors of #aec2cb

#aec2cb #aeb4cb #aecbc6

Monochromatic Colors of #aec2cb

#aec2cb

Complementary Color

#aec2cb #cbb7ae

#aec2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec2cb Color CSS Codes

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

#aec2cb Text Font Color

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

This sample text font color is #aec2cb
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.


#aec2cb Background Color

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

This div background color is #aec2cb


#aec2cb Border Color

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

This div border color is #aec2cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,194,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 #aec2cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec2cb

#aec2cb Color Palettes


Comments

No comments written yet.

Please login to write comment.