Color Hex Logo

#cafe64 Color Hex

#CAFE64
(202,254,100)
0 Favorites   0 Comments

Color spaces of #cafe64

RGB 202254100
HSL0.220.990.69
HSV80°61°100°
CMYK 0.200.000.61   0.00
XYZ62.099284.360325.0668
Yxy84.36030.36200.4918
Hunter Lab91.8479-40.048248.1123
CIE-Lab93.6068-38.580066.4000

#cafe64 color RGB value is (202,254,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111110 01100100
Octal 312 376 144
Decimal 202 254 100
Hex CA FE 64

RGB Percentages of Color #cafe64

%36.33
%45.68
%17.99

CMYK Percentages of Color #cafe64

%20
%0
%61
%0

Triadic Colors of #cafe64

#cafe64 #64cafe #fe64ca

Analogous Colors of #cafe64

#cafe64 #7dfe64 #fee564

Monochromatic Colors of #cafe64

#cafe64

Complementary Color

#cafe64 #9864fe

#cafe64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafe64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafe64 Color CSS Codes

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

#cafe64 Text Font Color

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

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


#cafe64 Background Color

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

This div background color is #cafe64


#cafe64 Border Color

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

This div border color is #cafe64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafe64


Comments

No comments written yet.

Please login to write comment.