Color Hex Logo

#caef60 Color Hex

#CAEF60
(202,239,96)
0 Favorites   0 Comments

Color spaces of #caef60

RGB 20223996
HSL0.210.820.66
HSV76°60°94°
CMYK 0.150.000.60   0.06
XYZ57.334975.134122.5468
Yxy75.13410.36990.4847
Hunter Lab86.6799-33.620145.2537
CIE-Lab89.4558-32.079863.4966

#caef60 color RGB value is (202,239,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 01100000
Octal 312 357 140
Decimal 202 239 96
Hex CA EF 60

RGB Percentages of Color #caef60

%37.62
%44.51
%17.88

CMYK Percentages of Color #caef60

%15
%0
%60
%6

Triadic Colors of #caef60

#caef60 #60caef #ef60ca

Analogous Colors of #caef60

#caef60 #83ef60 #efcd60

Monochromatic Colors of #caef60

#caef60

Complementary Color

#caef60 #8560ef

#caef60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef60 Color CSS Codes

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

#caef60 Text Font Color

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

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


#caef60 Background Color

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

This div background color is #caef60


#caef60 Border Color

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

This div border color is #caef60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef60


Comments

No comments written yet.

Please login to write comment.