Color Hex Logo

#aaeccb Color Hex

#AAECCB
(170,236,203)
0 Favorites   0 Comments

Color spaces of #aaeccb

RGB 170236203
HSL0.420.630.80
HSV150°28°93°
CMYK 0.280.000.14   0.07
XYZ57.352572.848767.5383
Yxy72.84870.29000.3684
Hunter Lab85.3514-29.420712.8300
CIE-Lab88.3755-27.38029.3914

#aaeccb color RGB value is (170,236,203).

#aaeccb hex color red value is 170, green value is 236 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aaeccb hue: 0.42 , saturation: 0.63 and the lightness value of aaeccb is 0.80.

The process color (four color CMYK) of #aaeccb color hex is 0.28, 0.00, 0.14, 0.07. Web safe color of #aaeccb is #99ffcc. Color #aaeccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 11001011
Octal 252 354 313
Decimal 170 236 203
Hex AA EC CB

RGB Percentages of Color #aaeccb

%27.91
%38.75
%33.33

CMYK Percentages of Color #aaeccb

%28
%0
%14
%7

Triadic Colors of #aaeccb

#aaeccb #cbaaec #eccbaa

Analogous Colors of #aaeccb

#aaeccb #aaecec #aaecaa

Monochromatic Colors of #aaeccb

#aaeccb

Complementary Color

#aaeccb #ecaacb

#aaeccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeccb Color CSS Codes

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

#aaeccb Text Font Color

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

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


#aaeccb Background Color

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

This div background color is #aaeccb


#aaeccb Border Color

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

This div border color is #aaeccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeccb


Comments

No comments written yet.

Please login to write comment.