Color Hex Logo

#caf197 Color Hex

#CAF197
(202,241,151)
0 Favorites   0 Comments

Color spaces of #caf197

RGB 202241151
HSL0.240.760.77
HSV86°37°95°
CMYK 0.160.000.37   0.05
XYZ61.398377.701541.0400
Yxy77.70150.34080.4313
Hunter Lab88.1485-29.928734.0998
CIE-Lab90.6435-27.445939.3977

#caf197 color RGB value is (202,241,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110001 10010111
Octal 312 361 227
Decimal 202 241 151
Hex CA F1 97

RGB Percentages of Color #caf197

%34.01
%40.57
%25.42

CMYK Percentages of Color #caf197

%16
%0
%37
%5

Triadic Colors of #caf197

#caf197 #97caf1 #f197ca

Analogous Colors of #caf197

#caf197 #9df197 #f1eb97

Monochromatic Colors of #caf197

#caf197

Complementary Color

#caf197 #be97f1

#caf197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf197 Color CSS Codes

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

#caf197 Text Font Color

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

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


#caf197 Background Color

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

This div background color is #caf197


#caf197 Border Color

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

This div border color is #caf197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf197


Comments

No comments written yet.

Please login to write comment.