Color Hex Logo

#dcce09 Color Hex

#DCCE09
(220,206,9)
0 Favorites   0 Comments

Color spaces of #dcce09

RGB 2202069
HSL0.160.920.45
HSV56°96°86°
CMYK 0.000.060.96   0.14
XYZ51.635859.37808.9980
Yxy59.37800.43030.4948
Hunter Lab77.0571-15.237547.0167
CIE-Lab81.4989-12.272280.9868

#dcce09 color RGB value is (220,206,9).

#dcce09 hex color red value is 220, green value is 206 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #dcce09 hue: 0.16 , saturation: 0.92 and the lightness value of dcce09 is 0.45.

The process color (four color CMYK) of #dcce09 color hex is 0.00, 0.06, 0.96, 0.14. Web safe color of #dcce09 is #cccc00. Color #dcce09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 00001001
Octal 334 316 11
Decimal 220 206 9
Hex DC CE 9

RGB Percentages of Color #dcce09

%50.57
%47.36
%2.07

CMYK Percentages of Color #dcce09

%0
%6
%96
%14

Triadic Colors of #dcce09

#dcce09 #09dcce #ce09dc

Analogous Colors of #dcce09

#dcce09 #81dc09 #dc6509

Monochromatic Colors of #dcce09

#dcce09

Complementary Color

#dcce09 #0917dc

#dcce09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce09 Color CSS Codes

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

#dcce09 Text Font Color

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

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


#dcce09 Background Color

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

This div background color is #dcce09


#dcce09 Border Color

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

This div border color is #dcce09


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,206,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 #dcce09">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce09


Comments

No comments written yet.

Please login to write comment.