Color Hex Logo

#dcff09 Color Hex

#DCFF09
(220,255,9)
0 Favorites   0 Comments

Color spaces of #dcff09

RGB 2202559
HSL0.191.000.52
HSV69°96°100°
CMYK 0.140.000.96   0.00
XYZ65.324586.755413.5609
Yxy86.75540.39440.5238
Hunter Lab93.1426-37.810556.5676
CIE-Lab94.6344-35.624690.8703

#dcff09 color RGB value is (220,255,9).

#dcff09 hex color red value is 220, green value is 255 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #dcff09 hue: 0.19 , saturation: 1.00 and the lightness value of dcff09 is 0.52.

The process color (four color CMYK) of #dcff09 color hex is 0.14, 0.00, 0.96, 0.00. Web safe color of #dcff09 is #ccff00. Color #dcff09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 00001001
Octal 334 377 11
Decimal 220 255 9
Hex DC FF 9

RGB Percentages of Color #dcff09

%45.45
%52.69
%1.86

CMYK Percentages of Color #dcff09

%14
%0
%96
%0

Triadic Colors of #dcff09

#dcff09 #09dcff #ff09dc

Analogous Colors of #dcff09

#dcff09 #61ff09 #ffa709

Monochromatic Colors of #dcff09

#dcff09

Complementary Color

#dcff09 #2c09ff

#dcff09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcff09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcff09 Color CSS Codes

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

#dcff09 Text Font Color

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

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


#dcff09 Background Color

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

This div background color is #dcff09


#dcff09 Border Color

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

This div border color is #dcff09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcff09


Comments

No comments written yet.

Please login to write comment.