Color Hex Logo

#caef3f Color Hex

#CAEF3F
(202,239,63)
0 Favorites   0 Comments

Color spaces of #caef3f

RGB 20223963
HSL0.200.850.59
HSV73°74°94°
CMYK 0.150.000.74   0.06
XYZ56.120874.648416.1533
Yxy74.64840.38200.5081
Hunter Lab86.3993-35.253849.3946
CIE-Lab89.2280-34.101575.5518

#caef3f color RGB value is (202,239,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 00111111
Octal 312 357 77
Decimal 202 239 63
Hex CA EF 3F

RGB Percentages of Color #caef3f

%40.08
%47.42
%12.50

CMYK Percentages of Color #caef3f

%15
%0
%74
%6

Triadic Colors of #caef3f

#caef3f #3fcaef #ef3fca

Analogous Colors of #caef3f

#caef3f #72ef3f #efbc3f

Monochromatic Colors of #caef3f

#caef3f

Complementary Color

#caef3f #643fef

#caef3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef3f Color CSS Codes

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

#caef3f Text Font Color

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

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


#caef3f Background Color

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

This div background color is #caef3f


#caef3f Border Color

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

This div border color is #caef3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef3f


Comments

No comments written yet.

Please login to write comment.