Color Hex Logo

#caf29e Color Hex

#CAF29E
(202,242,158)
0 Favorites   0 Comments

Color spaces of #caf29e

RGB 202242158
HSL0.250.760.78
HSV89°35°95°
CMYK 0.170.000.35   0.05
XYZ62.280878.529444.2229
Yxy78.52940.33660.4244
Hunter Lab88.6168-29.627832.4440
CIE-Lab91.0209-27.011736.4061

#caf29e color RGB value is (202,242,158).

#caf29e hex color red value is 202, green value is 242 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #caf29e hue: 0.25 , saturation: 0.76 and the lightness value of caf29e is 0.78.

The process color (four color CMYK) of #caf29e color hex is 0.17, 0.00, 0.35, 0.05. Web safe color of #caf29e is #ccff99. Color #caf29e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110010 10011110
Octal 312 362 236
Decimal 202 242 158
Hex CA F2 9E

RGB Percentages of Color #caf29e

%33.55
%40.20
%26.25

CMYK Percentages of Color #caf29e

%17
%0
%35
%5

Triadic Colors of #caf29e

#caf29e #9ecaf2 #f29eca

Analogous Colors of #caf29e

#caf29e #a0f29e #f2f09e

Monochromatic Colors of #caf29e

#caf29e

Complementary Color

#caf29e #c69ef2

#caf29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf29e Color CSS Codes

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

#caf29e Text Font Color

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

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


#caf29e Background Color

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

This div background color is #caf29e


#caf29e Border Color

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

This div border color is #caf29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf29e


Comments

No comments written yet.

Please login to write comment.