Color Hex Logo

#caef6f Color Hex

#CAEF6F
(202,239,111)
0 Favorites   0 Comments

Color spaces of #caef6f

RGB 202239111
HSL0.210.800.69
HSV77°54°94°
CMYK 0.150.000.54   0.06
XYZ58.092975.437326.5380
Yxy75.43730.36290.4713
Hunter Lab86.8546-32.605642.6825
CIE-Lab89.5974-30.836757.1347

#caef6f color RGB value is (202,239,111).

#caef6f hex color red value is 202, green value is 239 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #caef6f hue: 0.21 , saturation: 0.80 and the lightness value of caef6f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 01101111
Octal 312 357 157
Decimal 202 239 111
Hex CA EF 6F

RGB Percentages of Color #caef6f

%36.59
%43.30
%20.11

CMYK Percentages of Color #caef6f

%15
%0
%54
%6

Triadic Colors of #caef6f

#caef6f #6fcaef #ef6fca

Analogous Colors of #caef6f

#caef6f #8aef6f #efd46f

Monochromatic Colors of #caef6f

#caef6f

Complementary Color

#caef6f #946fef

#caef6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef6f Color CSS Codes

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

#caef6f Text Font Color

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

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


#caef6f Background Color

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

This div background color is #caef6f


#caef6f Border Color

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

This div border color is #caef6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef6f


Comments

No comments written yet.

Please login to write comment.