Color Hex Logo

#caf087 Color Hex

#CAF087
(202,240,135)
0 Favorites   0 Comments

Color spaces of #caf087

RGB 202240135
HSL0.230.780.74
HSV82°44°94°
CMYK 0.160.000.44   0.06
XYZ59.890476.626034.5554
Yxy76.62600.35010.4479
Hunter Lab87.5363-31.062737.8704
CIE-Lab90.1492-28.882946.5946

#caf087 color RGB value is (202,240,135).

#caf087 hex color red value is 202, green value is 240 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #caf087 hue: 0.23 , saturation: 0.78 and the lightness value of caf087 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110000 10000111
Octal 312 360 207
Decimal 202 240 135
Hex CA F0 87

RGB Percentages of Color #caf087

%35.01
%41.59
%23.40

CMYK Percentages of Color #caf087

%16
%0
%44
%6

Triadic Colors of #caf087

#caf087 #87caf0 #f087ca

Analogous Colors of #caf087

#caf087 #96f087 #f0e287

Monochromatic Colors of #caf087

#caf087

Complementary Color

#caf087 #ad87f0

#caf087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf087 Color CSS Codes

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

#caf087 Text Font Color

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

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


#caf087 Background Color

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

This div background color is #caf087


#caf087 Border Color

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

This div border color is #caf087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf087


Comments

No comments written yet.

Please login to write comment.