Color Hex Logo

#caef2a Color Hex

#CAEF2A
(202,239,42)
0 Favorites   0 Comments

Color spaces of #caef2a

RGB 20223942
HSL0.200.860.55
HSV71°82°94°
CMYK 0.150.000.82   0.06
XYZ55.641574.456713.6295
Yxy74.45670.38710.5180
Hunter Lab86.2883-35.901951.0368
CIE-Lab89.1379-34.910581.2254

#caef2a color RGB value is (202,239,42).

#caef2a hex color red value is 202, green value is 239 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #caef2a hue: 0.20 , saturation: 0.86 and the lightness value of caef2a is 0.55.

The process color (four color CMYK) of #caef2a color hex is 0.15, 0.00, 0.82, 0.06. Web safe color of #caef2a is #ccff33. Color #caef2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 00101010
Octal 312 357 52
Decimal 202 239 42
Hex CA EF 2A

RGB Percentages of Color #caef2a

%41.82
%49.48
%8.70

CMYK Percentages of Color #caef2a

%15
%0
%82
%6

Triadic Colors of #caef2a

#caef2a #2acaef #ef2aca

Analogous Colors of #caef2a

#caef2a #68ef2a #efb22a

Monochromatic Colors of #caef2a

#caef2a

Complementary Color

#caef2a #4f2aef

#caef2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef2a Color CSS Codes

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

#caef2a Text Font Color

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

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


#caef2a Background Color

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

This div background color is #caef2a


#caef2a Border Color

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

This div border color is #caef2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef2a


Comments

No comments written yet.

Please login to write comment.