Color Hex Logo

#caf69f Color Hex

#CAF69F
(202,246,159)
0 Favorites   0 Comments

Color spaces of #caf69f

RGB 202246159
HSL0.250.830.79
HSV90°35°96°
CMYK 0.180.000.35   0.04
XYZ63.570980.971345.0794
Yxy80.97130.33530.4270
Hunter Lab89.9841-31.367533.2863
CIE-Lab92.1189-28.766237.3491

#caf69f color RGB value is (202,246,159).

#caf69f hex color red value is 202, green value is 246 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #caf69f hue: 0.25 , saturation: 0.83 and the lightness value of caf69f is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110110 10011111
Octal 312 366 237
Decimal 202 246 159
Hex CA F6 9F

RGB Percentages of Color #caf69f

%33.28
%40.53
%26.19

CMYK Percentages of Color #caf69f

%18
%0
%35
%4

Triadic Colors of #caf69f

#caf69f #9fcaf6 #f69fca

Analogous Colors of #caf69f

#caf69f #9ff6a0 #f6f69f

Monochromatic Colors of #caf69f

#caf69f

Complementary Color

#caf69f #cb9ff6

#caf69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf69f Color CSS Codes

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

#caf69f Text Font Color

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

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


#caf69f Background Color

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

This div background color is #caf69f


#caf69f Border Color

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

This div border color is #caf69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf69f


Comments

No comments written yet.

Please login to write comment.