Color Hex Logo

#caf36a Color Hex

#CAF36A
(202,243,106)
0 Favorites   0 Comments

Color spaces of #caf36a

RGB 202243106
HSL0.220.850.68
HSV78°56°95°
CMYK 0.170.000.56   0.05
XYZ59.009277.698325.5228
Yxy77.69830.36370.4789
Hunter Lab88.1466-34.760944.5353
CIE-Lab90.6421-33.120160.5496

#caf36a color RGB value is (202,243,106).

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

The process color (four color CMYK) of #caf36a color hex is 0.17, 0.00, 0.56, 0.05. Web safe color of #caf36a is #ccff66. Color #caf36a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110011 01101010
Octal 312 363 152
Decimal 202 243 106
Hex CA F3 6A

RGB Percentages of Color #caf36a

%36.66
%44.10
%19.24

CMYK Percentages of Color #caf36a

%17
%0
%56
%5

Triadic Colors of #caf36a

#caf36a #6acaf3 #f36aca

Analogous Colors of #caf36a

#caf36a #86f36a #f3d86a

Monochromatic Colors of #caf36a

#caf36a

Complementary Color

#caf36a #936af3

#caf36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf36a Color CSS Codes

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

#caf36a Text Font Color

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

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


#caf36a Background Color

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

This div background color is #caf36a


#caf36a Border Color

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

This div border color is #caf36a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,243,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 #caf36a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf36a


Comments

No comments written yet.

Please login to write comment.