Color Hex Logo

#caf64f Color Hex

#CAF64F
(202,246,79)
0 Favorites   0 Comments

Color spaces of #caf64f

RGB 20224679
HSL0.210.900.64
HSV76°68°96°
CMYK 0.180.000.68   0.04
XYZ58.724279.032619.5569
Yxy79.03260.37330.5024
Hunter Lab88.9003-37.665149.1872
CIE-Lab91.2490-36.424272.0686

#caf64f color RGB value is (202,246,79).

#caf64f hex color red value is 202, green value is 246 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #caf64f hue: 0.21 , saturation: 0.90 and the lightness value of caf64f is 0.64.

The process color (four color CMYK) of #caf64f color hex is 0.18, 0.00, 0.68, 0.04. Web safe color of #caf64f is #ccff66. Color #caf64f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110110 01001111
Octal 312 366 117
Decimal 202 246 79
Hex CA F6 4F

RGB Percentages of Color #caf64f

%38.33
%46.68
%14.99

CMYK Percentages of Color #caf64f

%18
%0
%68
%4

Triadic Colors of #caf64f

#caf64f #4fcaf6 #f64fca

Analogous Colors of #caf64f

#caf64f #77f64f #f6cf4f

Monochromatic Colors of #caf64f

#caf64f

Complementary Color

#caf64f #7b4ff6

#caf64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf64f Color CSS Codes

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

#caf64f Text Font Color

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

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


#caf64f Background Color

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

This div background color is #caf64f


#caf64f Border Color

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

This div border color is #caf64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf64f


Comments

No comments written yet.

Please login to write comment.