Color Hex Logo

#cafe19 Color Hex

#CAFE19
(202,254,25)
0 Favorites   0 Comments

Color spaces of #cafe19

RGB 20225425
HSL0.200.990.55
HSV74°90°100°
CMYK 0.200.000.90   0.00
XYZ59.974483.510413.8778
Yxy83.51040.38110.5307
Hunter Lab91.3840-42.774354.9649
CIE-Lab93.2374-41.994087.6897

#cafe19 color RGB value is (202,254,25).

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

The process color (four color CMYK) of #cafe19 color hex is 0.20, 0.00, 0.90, 0.00. Web safe color of #cafe19 is #ccff00. Color #cafe19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111110 00011001
Octal 312 376 31
Decimal 202 254 25
Hex CA FE 19

RGB Percentages of Color #cafe19

%42.00
%52.81
%5.20

CMYK Percentages of Color #cafe19

%20
%0
%90
%0

Triadic Colors of #cafe19

#cafe19 #19cafe #fe19ca

Analogous Colors of #cafe19

#cafe19 #58fe19 #fec019

Monochromatic Colors of #cafe19

#cafe19

Complementary Color

#cafe19 #4d19fe

#cafe19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafe19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafe19 Color CSS Codes

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

#cafe19 Text Font Color

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

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


#cafe19 Background Color

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

This div background color is #cafe19


#cafe19 Border Color

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

This div border color is #cafe19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafe19

Related Colors


Comments

No comments written yet.

Please login to write comment.