Color Hex Logo

#cafd04 Color Hex

#CAFD04
(202,253,4)
0 Favorites   0 Comments

Color spaces of #cafd04

RGB 2022534
HSL0.200.980.50
HSV72°98°99°
CMYK 0.200.000.98   0.01
XYZ59.504382.815912.9637
Yxy82.81590.38320.5333
Hunter Lab91.0032-42.539955.2562
CIE-Lab92.9338-41.808689.4264

#cafd04 color RGB value is (202,253,4).

#cafd04 hex color red value is 202, green value is 253 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #cafd04 hue: 0.20 , saturation: 0.98 and the lightness value of cafd04 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111101 00000100
Octal 312 375 4
Decimal 202 253 4
Hex CA FD 4

RGB Percentages of Color #cafd04

%44.01
%55.12
%0.87

CMYK Percentages of Color #cafd04

%20
%0
%98
%1

Triadic Colors of #cafd04

#cafd04 #04cafd #fd04ca

Analogous Colors of #cafd04

#cafd04 #4efd04 #fdb404

Monochromatic Colors of #cafd04

#cafd04

Complementary Color

#cafd04 #3704fd

#cafd04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafd04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafd04 Color CSS Codes

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

#cafd04 Text Font Color

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

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


#cafd04 Background Color

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

This div background color is #cafd04


#cafd04 Border Color

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

This div border color is #cafd04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafd04


Comments

No comments written yet.

Please login to write comment.