Color Hex Logo

#caeeab Color Hex

#CAEEAB
(202,238,171)
0 Favorites   0 Comments

Color spaces of #caeeab

RGB 202238171
HSL0.260.660.80
HSV92°28°93°
CMYK 0.150.000.28   0.07
XYZ62.282376.645950.0396
Yxy76.64590.32960.4056
Hunter Lab87.5476-26.221627.3950
CIE-Lab90.1584-23.290328.6907

#caeeab color RGB value is (202,238,171).

#caeeab hex color red value is 202, green value is 238 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #caeeab hue: 0.26 , saturation: 0.66 and the lightness value of caeeab is 0.80.

The process color (four color CMYK) of #caeeab color hex is 0.15, 0.00, 0.28, 0.07. Web safe color of #caeeab is #ccff99. Color #caeeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 10101011
Octal 312 356 253
Decimal 202 238 171
Hex CA EE AB

RGB Percentages of Color #caeeab

%33.06
%38.95
%27.99

CMYK Percentages of Color #caeeab

%15
%0
%28
%7

Triadic Colors of #caeeab

#caeeab #abcaee #eeabca

Analogous Colors of #caeeab

#caeeab #abeeae #eceeab

Monochromatic Colors of #caeeab

#caeeab

Complementary Color

#caeeab #cfabee

#caeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeeab Color CSS Codes

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

#caeeab Text Font Color

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

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


#caeeab Background Color

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

This div background color is #caeeab


#caeeab Border Color

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

This div border color is #caeeab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,238,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #caeeab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #caeeab;
  -webkit-box-shadow: 1px 1px 3px 2px #caeeab;
  box-shadow:         1px 1px 3px 2px #caeeab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,238,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeeab


Comments

No comments written yet.

Please login to write comment.