Color Hex Logo

#caf499 Color Hex

#CAF499
(202,244,153)
0 Favorites   0 Comments

Color spaces of #caf499

RGB 202244153
HSL0.240.810.78
HSV88°37°96°
CMYK 0.170.000.37   0.04
XYZ62.457679.557842.2013
Yxy79.55780.33900.4319
Hunter Lab89.1952-31.099634.3845
CIE-Lab91.4861-28.606139.5003

#caf499 color RGB value is (202,244,153).

#caf499 hex color red value is 202, green value is 244 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #caf499 hue: 0.24 , saturation: 0.81 and the lightness value of caf499 is 0.78.

The process color (four color CMYK) of #caf499 color hex is 0.17, 0.00, 0.37, 0.04. Web safe color of #caf499 is #ccff99. Color #caf499 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110100 10011001
Octal 312 364 231
Decimal 202 244 153
Hex CA F4 99

RGB Percentages of Color #caf499

%33.72
%40.73
%25.54

CMYK Percentages of Color #caf499

%17
%0
%37
%4

Triadic Colors of #caf499

#caf499 #99caf4 #f499ca

Analogous Colors of #caf499

#caf499 #9df499 #f4f199

Monochromatic Colors of #caf499

#caf499

Complementary Color

#caf499 #c399f4

#caf499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf499 Color CSS Codes

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

#caf499 Text Font Color

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

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


#caf499 Background Color

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

This div background color is #caf499


#caf499 Border Color

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

This div border color is #caf499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf499


Comments

No comments written yet.

Please login to write comment.