Color Hex Logo

#caef7f Color Hex

#CAEF7F
(202,239,127)
0 Favorites   0 Comments

Color spaces of #caef7f

RGB 202239127
HSL0.220.780.72
HSV80°47°94°
CMYK 0.150.000.47   0.06
XYZ59.054475.821931.6013
Yxy75.82190.35470.4554
Hunter Lab87.0758-31.324739.4357
CIE-Lab89.7766-29.280749.9561

#caef7f color RGB value is (202,239,127).

#caef7f hex color red value is 202, green value is 239 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #caef7f hue: 0.22 , saturation: 0.78 and the lightness value of caef7f is 0.72.

The process color (four color CMYK) of #caef7f color hex is 0.15, 0.00, 0.47, 0.06. Web safe color of #caef7f is #ccff66. Color #caef7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 01111111
Octal 312 357 177
Decimal 202 239 127
Hex CA EF 7F

RGB Percentages of Color #caef7f

%35.56
%42.08
%22.36

CMYK Percentages of Color #caef7f

%15
%0
%47
%6

Triadic Colors of #caef7f

#caef7f #7fcaef #ef7fca

Analogous Colors of #caef7f

#caef7f #92ef7f #efdc7f

Monochromatic Colors of #caef7f

#caef7f

Complementary Color

#caef7f #a47fef

#caef7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef7f Color CSS Codes

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

#caef7f Text Font Color

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

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


#caef7f Background Color

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

This div background color is #caef7f


#caef7f Border Color

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

This div border color is #caef7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef7f


Comments

No comments written yet.

Please login to write comment.