Color Hex Logo

#dcfa06 Color Hex

#DCFA06
(220,250,6)
0 Favorites   0 Comments

Color spaces of #dcfa06

RGB 2202506
HSL0.190.960.50
HSV67°98°98°
CMYK 0.120.000.98   0.02
XYZ63.733783.600012.9496
Yxy83.60000.39760.5216
Hunter Lab91.4330-35.583855.6059
CIE-Lab93.2765-33.382890.0530

#dcfa06 color RGB value is (220,250,6).

#dcfa06 hex color red value is 220, green value is 250 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dcfa06 hue: 0.19 , saturation: 0.96 and the lightness value of dcfa06 is 0.50.

The process color (four color CMYK) of #dcfa06 color hex is 0.12, 0.00, 0.98, 0.02. Web safe color of #dcfa06 is #ccff00. Color #dcfa06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 00000110
Octal 334 372 6
Decimal 220 250 6
Hex DC FA 6

RGB Percentages of Color #dcfa06

%46.22
%52.52
%1.26

CMYK Percentages of Color #dcfa06

%12
%0
%98
%2

Triadic Colors of #dcfa06

#dcfa06 #06dcfa #fa06dc

Analogous Colors of #dcfa06

#dcfa06 #62fa06 #fa9e06

Monochromatic Colors of #dcfa06

#dcfa06

Complementary Color

#dcfa06 #2406fa

#dcfa06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa06 Color CSS Codes

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

#dcfa06 Text Font Color

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

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


#dcfa06 Background Color

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

This div background color is #dcfa06


#dcfa06 Border Color

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

This div border color is #dcfa06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,250,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcfa06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcfa06;
  -webkit-box-shadow: 1px 1px 3px 2px #dcfa06;
  box-shadow:         1px 1px 3px 2px #dcfa06; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa06


Comments

No comments written yet.

Please login to write comment.