Color Hex Logo

#caf098 Color Hex

#CAF098
(202,240,152)
0 Favorites   0 Comments

Color spaces of #caf098

RGB 202240152
HSL0.240.750.77
HSV86°37°94°
CMYK 0.160.000.37   0.06
XYZ61.184777.143741.3712
Yxy77.14370.34050.4293
Hunter Lab87.8315-29.359433.5547
CIE-Lab90.3877-26.845138.5690

#caf098 color RGB value is (202,240,152).

#caf098 hex color red value is 202, green value is 240 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #caf098 hue: 0.24 , saturation: 0.75 and the lightness value of caf098 is 0.77.

The process color (four color CMYK) of #caf098 color hex is 0.16, 0.00, 0.37, 0.06. Web safe color of #caf098 is #ccff99. Color #caf098 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110000 10011000
Octal 312 360 230
Decimal 202 240 152
Hex CA F0 98

RGB Percentages of Color #caf098

%34.01
%40.40
%25.59

CMYK Percentages of Color #caf098

%16
%0
%37
%6

Triadic Colors of #caf098

#caf098 #98caf0 #f098ca

Analogous Colors of #caf098

#caf098 #9ef098 #f0ea98

Monochromatic Colors of #caf098

#caf098

Complementary Color

#caf098 #be98f0

#caf098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf098 Color CSS Codes

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

#caf098 Text Font Color

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

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


#caf098 Background Color

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

This div background color is #caf098


#caf098 Border Color

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

This div border color is #caf098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf098


Comments

No comments written yet.

Please login to write comment.