Color Hex Logo

#dddc08 Color Hex

#DDDC08
(221,220,8)
0 Favorites   0 Comments

Color spaces of #dddc08

RGB 2212208
HSL0.170.930.45
HSV60°96°87°
CMYK 0.000.000.96   0.13
XYZ55.455866.576110.1574
Yxy66.57610.41950.5036
Hunter Lab81.5942-21.471649.7351
CIE-Lab85.2894-18.788183.9306

#dddc08 color RGB value is (221,220,8).

#dddc08 hex color red value is 221, green value is 220 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #dddc08 hue: 0.17 , saturation: 0.93 and the lightness value of dddc08 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 00001000
Octal 335 334 10
Decimal 221 220 8
Hex DD DC 8

RGB Percentages of Color #dddc08

%49.22
%49.00
%1.78

CMYK Percentages of Color #dddc08

%0
%0
%96
%13

Triadic Colors of #dddc08

#dddc08 #08dddc #dc08dd

Analogous Colors of #dddc08

#dddc08 #74dd08 #dd7208

Monochromatic Colors of #dddc08

#dddc08

Complementary Color

#dddc08 #0809dd

#dddc08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddc08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddc08 Color CSS Codes

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

#dddc08 Text Font Color

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

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


#dddc08 Background Color

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

This div background color is #dddc08


#dddc08 Border Color

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

This div border color is #dddc08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddc08


Comments

No comments written yet.

Please login to write comment.