Color Hex Logo

#cafe9c Color Hex

#CAFE9C
(202,254,156)
0 Favorites   0 Comments

Color spaces of #cafe9c

RGB 202254156
HSL0.260.980.80
HSV92°39°100°
CMYK 0.200.000.39   0.00
XYZ65.799785.840544.5533
Yxy85.84050.33540.4375
Hunter Lab92.6501-35.367936.3439
CIE-Lab94.2441-32.875041.5954

#cafe9c color RGB value is (202,254,156).

#cafe9c hex color red value is 202, green value is 254 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cafe9c hue: 0.26 , saturation: 0.98 and the lightness value of cafe9c is 0.80.

The process color (four color CMYK) of #cafe9c color hex is 0.20, 0.00, 0.39, 0.00. Web safe color of #cafe9c is #ccff99. Color #cafe9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111110 10011100
Octal 312 376 234
Decimal 202 254 156
Hex CA FE 9C

RGB Percentages of Color #cafe9c

%33.01
%41.50
%25.49

CMYK Percentages of Color #cafe9c

%20
%0
%39
%0

Triadic Colors of #cafe9c

#cafe9c #9ccafe #fe9cca

Analogous Colors of #cafe9c

#cafe9c #9cfe9f #fbfe9c

Monochromatic Colors of #cafe9c

#cafe9c

Complementary Color

#cafe9c #d09cfe

#cafe9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafe9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafe9c Color CSS Codes

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

#cafe9c Text Font Color

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

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


#cafe9c Background Color

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

This div background color is #cafe9c


#cafe9c Border Color

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

This div border color is #cafe9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafe9c


Comments

No comments written yet.

Please login to write comment.