Color Hex Logo

#cae199 Color Hex

#CAE199
(202,225,153)
0 Favorites   0 Comments

Color spaces of #cae199

RGB 202225153
HSL0.220.550.74
HSV79°32°88°
CMYK 0.100.000.32   0.12
XYZ57.032168.706940.3928
Yxy68.70690.34330.4136
Hunter Lab82.8896-22.240129.1302
CIE-Lab86.3587-19.475432.7735

#cae199 color RGB value is (202,225,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 10011001
Octal 312 341 231
Decimal 202 225 153
Hex CA E1 99

RGB Percentages of Color #cae199

%34.83
%38.79
%26.38

CMYK Percentages of Color #cae199

%10
%0
%32
%12

Triadic Colors of #cae199

#cae199 #99cae1 #e199ca

Analogous Colors of #cae199

#cae199 #a6e199 #e1d499

Monochromatic Colors of #cae199

#cae199

Complementary Color

#cae199 #b099e1

#cae199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae199 Color CSS Codes

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

#cae199 Text Font Color

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

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


#cae199 Background Color

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

This div background color is #cae199


#cae199 Border Color

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

This div border color is #cae199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae199


Comments

No comments written yet.

Please login to write comment.