Color Hex Logo

#cae099 Color Hex

#CAE099
(202,224,153)
0 Favorites   0 Comments

Color spaces of #cae099

RGB 202224153
HSL0.220.530.74
HSV79°32°88°
CMYK 0.100.000.32   0.12
XYZ56.762568.167840.3030
Yxy68.16780.34350.4126
Hunter Lab82.5638-21.768128.8526
CIE-Lab86.0903-18.984032.4173

#cae099 color RGB value is (202,224,153).

#cae099 hex color red value is 202, green value is 224 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cae099 hue: 0.22 , saturation: 0.53 and the lightness value of cae099 is 0.74.

The process color (four color CMYK) of #cae099 color hex is 0.10, 0.00, 0.32, 0.12. Web safe color of #cae099 is #cccc99. Color #cae099 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 10011001
Octal 312 340 231
Decimal 202 224 153
Hex CA E0 99

RGB Percentages of Color #cae099

%34.89
%38.69
%26.42

CMYK Percentages of Color #cae099

%10
%0
%32
%12

Triadic Colors of #cae099

#cae099 #99cae0 #e099ca

Analogous Colors of #cae099

#cae099 #a7e099 #e0d399

Monochromatic Colors of #cae099

#cae099

Complementary Color

#cae099 #af99e0

#cae099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae099 Color CSS Codes

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

#cae099 Text Font Color

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

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


#cae099 Background Color

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

This div background color is #cae099


#cae099 Border Color

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

This div border color is #cae099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae099


Comments

No comments written yet.

Please login to write comment.