Color Hex Logo

#caf09a Color Hex

#CAF09A
(202,240,154)
0 Favorites   0 Comments

Color spaces of #caf09a

RGB 202240154
HSL0.240.740.77
HSV87°36°94°
CMYK 0.160.000.36   0.06
XYZ61.349977.209842.2414
Yxy77.20980.33930.4270
Hunter Lab87.8691-29.142933.0058
CIE-Lab90.4181-26.587837.6128

#caf09a color RGB value is (202,240,154).

#caf09a hex color red value is 202, green value is 240 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #caf09a hue: 0.24 , saturation: 0.74 and the lightness value of caf09a is 0.77.

The process color (four color CMYK) of #caf09a color hex is 0.16, 0.00, 0.36, 0.06. Web safe color of #caf09a is #ccff99. Color #caf09a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110000 10011010
Octal 312 360 232
Decimal 202 240 154
Hex CA F0 9A

RGB Percentages of Color #caf09a

%33.89
%40.27
%25.84

CMYK Percentages of Color #caf09a

%16
%0
%36
%6

Triadic Colors of #caf09a

#caf09a #9acaf0 #f09aca

Analogous Colors of #caf09a

#caf09a #9ff09a #f0eb9a

Monochromatic Colors of #caf09a

#caf09a

Complementary Color

#caf09a #c09af0

#caf09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf09a Color CSS Codes

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

#caf09a Text Font Color

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

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


#caf09a Background Color

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

This div background color is #caf09a


#caf09a Border Color

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

This div border color is #caf09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf09a


Comments

No comments written yet.

Please login to write comment.