Color Hex Logo

#caf288 Color Hex

#CAF288
(202,242,136)
0 Favorites   0 Comments

Color spaces of #caf288

RGB 202242136
HSL0.230.800.74
HSV83°44°95°
CMYK 0.170.000.44   0.05
XYZ60.553277.838435.1254
Yxy77.83840.34900.4486
Hunter Lab88.2261-31.883738.1532
CIE-Lab90.7061-29.707946.8088

#caf288 color RGB value is (202,242,136).

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

The process color (four color CMYK) of #caf288 color hex is 0.17, 0.00, 0.44, 0.05. Web safe color of #caf288 is #ccff99. Color #caf288 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110010 10001000
Octal 312 362 210
Decimal 202 242 136
Hex CA F2 88

RGB Percentages of Color #caf288

%34.83
%41.72
%23.45

CMYK Percentages of Color #caf288

%17
%0
%44
%5

Triadic Colors of #caf288

#caf288 #88caf2 #f288ca

Analogous Colors of #caf288

#caf288 #95f288 #f2e588

Monochromatic Colors of #caf288

#caf288

Complementary Color

#caf288 #b088f2

#caf288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf288 Color CSS Codes

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

#caf288 Text Font Color

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

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


#caf288 Background Color

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

This div background color is #caf288


#caf288 Border Color

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

This div border color is #caf288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf288


Comments

No comments written yet.

Please login to write comment.