Color Hex Logo

#caf39e Color Hex

#CAF39E
(202,243,158)
0 Favorites   0 Comments

Color spaces of #caf39e

RGB 202243158
HSL0.250.780.79
HSV89°35°95°
CMYK 0.170.000.35   0.05
XYZ62.579379.126444.3224
Yxy79.12640.33640.4253
Hunter Lab88.9530-30.091332.7248
CIE-Lab91.2915-27.485036.7615

#caf39e color RGB value is (202,243,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110011 10011110
Octal 312 363 236
Decimal 202 243 158
Hex CA F3 9E

RGB Percentages of Color #caf39e

%33.50
%40.30
%26.20

CMYK Percentages of Color #caf39e

%17
%0
%35
%5

Triadic Colors of #caf39e

#caf39e #9ecaf3 #f39eca

Analogous Colors of #caf39e

#caf39e #a0f39e #f3f29e

Monochromatic Colors of #caf39e

#caf39e

Complementary Color

#caf39e #c79ef3

#caf39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf39e Color CSS Codes

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

#caf39e Text Font Color

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

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


#caf39e Background Color

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

This div background color is #caf39e


#caf39e Border Color

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

This div border color is #caf39e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,243,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 #caf39e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf39e


Comments

No comments written yet.

Please login to write comment.