Color Hex Logo

#caef52 Color Hex

#CAEF52
(202,239,82)
0 Favorites   0 Comments

Color spaces of #caef52

RGB 20223982
HSL0.210.830.63
HSV74°66°94°
CMYK 0.150.000.66   0.06
XYZ56.746674.898819.4487
Yxy74.89880.37560.4957
Hunter Lab86.5441-34.410547.2569
CIE-Lab89.3456-33.054768.9953

#caef52 color RGB value is (202,239,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 01010010
Octal 312 357 122
Decimal 202 239 82
Hex CA EF 52

RGB Percentages of Color #caef52

%38.62
%45.70
%15.68

CMYK Percentages of Color #caef52

%15
%0
%66
%6

Triadic Colors of #caef52

#caef52 #52caef #ef52ca

Analogous Colors of #caef52

#caef52 #7cef52 #efc652

Monochromatic Colors of #caef52

#caef52

Complementary Color

#caef52 #7752ef

#caef52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef52 Color CSS Codes

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

#caef52 Text Font Color

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

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


#caef52 Background Color

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

This div background color is #caef52


#caef52 Border Color

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

This div border color is #caef52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef52


Comments

No comments written yet.

Please login to write comment.