Color Hex Logo

#caef6a Color Hex

#CAEF6A
(202,239,106)
0 Favorites   0 Comments

Color spaces of #caef6a

RGB 202239106
HSL0.210.810.68
HSV77°56°94°
CMYK 0.150.000.56   0.06
XYZ57.825175.330225.1281
Yxy75.33020.36530.4759
Hunter Lab86.7930-32.963643.5896
CIE-Lab89.5474-31.274359.3013

#caef6a color RGB value is (202,239,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 01101010
Octal 312 357 152
Decimal 202 239 106
Hex CA EF 6A

RGB Percentages of Color #caef6a

%36.93
%43.69
%19.38

CMYK Percentages of Color #caef6a

%15
%0
%56
%6

Triadic Colors of #caef6a

#caef6a #6acaef #ef6aca

Analogous Colors of #caef6a

#caef6a #88ef6a #efd26a

Monochromatic Colors of #caef6a

#caef6a

Complementary Color

#caef6a #8f6aef

#caef6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef6a Color CSS Codes

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

#caef6a Text Font Color

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

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


#caef6a Background Color

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

This div background color is #caef6a


#caef6a Border Color

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

This div border color is #caef6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef6a


Comments

No comments written yet.

Please login to write comment.