Color Hex Logo

#caf68f Color Hex

#CAF68F
(202,246,143)
0 Favorites   0 Comments

Color spaces of #caf68f

RGB 202246143
HSL0.240.850.76
HSV86°42°96°
CMYK 0.180.000.42   0.04
XYZ62.270880.451338.2332
Yxy80.45130.34410.4446
Hunter Lab89.6946-33.041437.5133
CIE-Lab91.8870-30.767944.9132

#caf68f color RGB value is (202,246,143).

#caf68f hex color red value is 202, green value is 246 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #caf68f hue: 0.24 , saturation: 0.85 and the lightness value of caf68f is 0.76.

The process color (four color CMYK) of #caf68f color hex is 0.18, 0.00, 0.42, 0.04. Web safe color of #caf68f is #ccff99. Color #caf68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110110 10001111
Octal 312 366 217
Decimal 202 246 143
Hex CA F6 8F

RGB Percentages of Color #caf68f

%34.18
%41.62
%24.20

CMYK Percentages of Color #caf68f

%18
%0
%42
%4

Triadic Colors of #caf68f

#caf68f #8fcaf6 #f68fca

Analogous Colors of #caf68f

#caf68f #97f68f #f6ef8f

Monochromatic Colors of #caf68f

#caf68f

Complementary Color

#caf68f #bb8ff6

#caf68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf68f Color CSS Codes

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

#caf68f Text Font Color

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

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


#caf68f Background Color

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

This div background color is #caf68f


#caf68f Border Color

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

This div border color is #caf68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf68f


Comments

No comments written yet.

Please login to write comment.