Color Hex Logo

#dedd08 Color Hex

#DEDD08
(222,221,8)
0 Favorites   0 Comments

Color spaces of #dedd08

RGB 2222218
HSL0.170.930.45
HSV60°96°87°
CMYK 0.000.000.96   0.13
XYZ56.024567.260010.2594
Yxy67.26000.41950.5037
Hunter Lab82.0122-21.583749.9916
CIE-Lab85.6351-18.854684.2240

#dedd08 color RGB value is (222,221,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 00001000
Octal 336 335 10
Decimal 222 221 8
Hex DE DD 8

RGB Percentages of Color #dedd08

%49.22
%49.00
%1.77

CMYK Percentages of Color #dedd08

%0
%0
%96
%13

Triadic Colors of #dedd08

#dedd08 #08dedd #dd08de

Analogous Colors of #dedd08

#dedd08 #74de08 #de7208

Monochromatic Colors of #dedd08

#dedd08

Complementary Color

#dedd08 #0809de

#dedd08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd08 Color CSS Codes

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

#dedd08 Text Font Color

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

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


#dedd08 Background Color

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

This div background color is #dedd08


#dedd08 Border Color

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

This div border color is #dedd08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd08


Comments

No comments written yet.

Please login to write comment.