Color Hex Logo

#cafe6e Color Hex

#CAFE6E
(202,254,110)
0 Favorites   0 Comments

Color spaces of #cafe6e

RGB 202254110
HSL0.230.990.71
HSV82°57°100°
CMYK 0.200.000.57   0.00
XYZ62.613484.566027.7746
Yxy84.56600.35790.4834
Hunter Lab91.9598-39.392946.4645
CIE-Lab93.6958-37.769562.2898

#cafe6e color RGB value is (202,254,110).

#cafe6e hex color red value is 202, green value is 254 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cafe6e hue: 0.23 , saturation: 0.99 and the lightness value of cafe6e is 0.71.

The process color (four color CMYK) of #cafe6e color hex is 0.20, 0.00, 0.57, 0.00. Web safe color of #cafe6e is #ccff66. Color #cafe6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111110 01101110
Octal 312 376 156
Decimal 202 254 110
Hex CA FE 6E

RGB Percentages of Color #cafe6e

%35.69
%44.88
%19.43

CMYK Percentages of Color #cafe6e

%20
%0
%57
%0

Triadic Colors of #cafe6e

#cafe6e #6ecafe #fe6eca

Analogous Colors of #cafe6e

#cafe6e #82fe6e #feea6e

Monochromatic Colors of #cafe6e

#cafe6e

Complementary Color

#cafe6e #a26efe

#cafe6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafe6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafe6e Color CSS Codes

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

#cafe6e Text Font Color

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

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


#cafe6e Background Color

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

This div background color is #cafe6e


#cafe6e Border Color

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

This div border color is #cafe6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafe6e


Comments

No comments written yet.

Please login to write comment.