Color Hex Logo

#cae7ad Color Hex

#CAE7AD
(202,231,173)
0 Favorites   0 Comments

Color spaces of #cae7ad

RGB 202231173
HSL0.250.550.79
HSV90°25°91°
CMYK 0.130.000.25   0.09
XYZ60.475972.725550.3852
Yxy72.72550.32940.3961
Hunter Lab85.2792-22.655224.6654
CIE-Lab88.3166-19.591625.1608

#cae7ad color RGB value is (202,231,173).

#cae7ad hex color red value is 202, green value is 231 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cae7ad hue: 0.25 , saturation: 0.55 and the lightness value of cae7ad is 0.79.

The process color (four color CMYK) of #cae7ad color hex is 0.13, 0.00, 0.25, 0.09. Web safe color of #cae7ad is #ccff99. Color #cae7ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 10101101
Octal 312 347 255
Decimal 202 231 173
Hex CA E7 AD

RGB Percentages of Color #cae7ad

%33.33
%38.12
%28.55

CMYK Percentages of Color #cae7ad

%13
%0
%25
%9

Triadic Colors of #cae7ad

#cae7ad #adcae7 #e7adca

Analogous Colors of #cae7ad

#cae7ad #ade7ad #e7e7ad

Monochromatic Colors of #cae7ad

#cae7ad

Complementary Color

#cae7ad #caade7

#cae7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae7ad Color CSS Codes

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

#cae7ad Text Font Color

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

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


#cae7ad Background Color

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

This div background color is #cae7ad


#cae7ad Border Color

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

This div border color is #cae7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae7ad

#cae7ad Color Palettes


Comments

No comments written yet.

Please login to write comment.