Color Hex Logo

#caf49d Color Hex

#CAF49D
(202,244,157)
0 Favorites   0 Comments

Color spaces of #caf49d

RGB 202244157
HSL0.250.800.79
HSV89°36°96°
CMYK 0.170.000.36   0.04
XYZ62.793679.692243.9709
Yxy79.69220.33680.4274
Hunter Lab89.2705-30.665033.2856
CIE-Lab91.5466-28.088737.5943

#caf49d color RGB value is (202,244,157).

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

The process color (four color CMYK) of #caf49d color hex is 0.17, 0.00, 0.36, 0.04. Web safe color of #caf49d is #ccff99. Color #caf49d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110100 10011101
Octal 312 364 235
Decimal 202 244 157
Hex CA F4 9D

RGB Percentages of Color #caf49d

%33.50
%40.46
%26.04

CMYK Percentages of Color #caf49d

%17
%0
%36
%4

Triadic Colors of #caf49d

#caf49d #9dcaf4 #f49dca

Analogous Colors of #caf49d

#caf49d #9ff49d #f4f39d

Monochromatic Colors of #caf49d

#caf49d

Complementary Color

#caf49d #c79df4

#caf49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf49d Color CSS Codes

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

#caf49d Text Font Color

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

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


#caf49d Background Color

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

This div background color is #caf49d


#caf49d Border Color

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

This div border color is #caf49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf49d


Comments

No comments written yet.

Please login to write comment.