Color Hex Logo

#cae796 Color Hex

#CAE796
(202,231,150)
0 Favorites   0 Comments

Color spaces of #cae796

RGB 202231150
HSL0.230.630.75
HSV81°35°91°
CMYK 0.130.000.35   0.09
XYZ58.438171.910439.6542
Yxy71.91040.34370.4230
Hunter Lab84.8000-25.390631.6348
CIE-Lab87.9254-22.791136.3561

#cae796 color RGB value is (202,231,150).

#cae796 hex color red value is 202, green value is 231 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cae796 hue: 0.23 , saturation: 0.63 and the lightness value of cae796 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 10010110
Octal 312 347 226
Decimal 202 231 150
Hex CA E7 96

RGB Percentages of Color #cae796

%34.65
%39.62
%25.73

CMYK Percentages of Color #cae796

%13
%0
%35
%9

Triadic Colors of #cae796

#cae796 #96cae7 #e796ca

Analogous Colors of #cae796

#cae796 #a2e796 #e7dc96

Monochromatic Colors of #cae796

#cae796

Complementary Color

#cae796 #b396e7

#cae796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae796 Color CSS Codes

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

#cae796 Text Font Color

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

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


#cae796 Background Color

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

This div background color is #cae796


#cae796 Border Color

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

This div border color is #cae796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae796


Comments

No comments written yet.

Please login to write comment.