Color Hex Logo

#cafe9b Color Hex

#CAFE9B
(202,254,155)
0 Favorites   0 Comments

Color spaces of #cafe9b

RGB 202254155
HSL0.250.980.80
HSV92°39°100°
CMYK 0.200.000.39   0.00
XYZ65.715385.806744.1091
Yxy85.80670.33590.4386
Hunter Lab92.6319-35.473636.6099
CIE-Lab94.2296-33.001842.0655

#cafe9b color RGB value is (202,254,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111110 10011011
Octal 312 376 233
Decimal 202 254 155
Hex CA FE 9B

RGB Percentages of Color #cafe9b

%33.06
%41.57
%25.37

CMYK Percentages of Color #cafe9b

%20
%0
%39
%0

Triadic Colors of #cafe9b

#cafe9b #9bcafe #fe9bca

Analogous Colors of #cafe9b

#cafe9b #9bfe9e #fcfe9b

Monochromatic Colors of #cafe9b

#cafe9b

Complementary Color

#cafe9b #cf9bfe

#cafe9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafe9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafe9b Color CSS Codes

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

#cafe9b Text Font Color

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

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


#cafe9b Background Color

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

This div background color is #cafe9b


#cafe9b Border Color

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

This div border color is #cafe9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafe9b


Comments

No comments written yet.

Please login to write comment.