Color Hex Logo

#ded074 Color Hex

#DED074
(222,208,116)
0 Favorites   0 Comments

Color spaces of #ded074

RGB 222208116
HSL0.140.620.66
HSV52°48°87°
CMYK 0.000.060.48   0.13
XYZ55.832561.902325.5287
Yxy61.90230.38970.4321
Hunter Lab78.6780-11.017135.8368
CIE-Lab82.8614-7.378747.1253

#ded074 color RGB value is (222,208,116).

#ded074 hex color red value is 222, green value is 208 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ded074 hue: 0.14 , saturation: 0.62 and the lightness value of ded074 is 0.66.

The process color (four color CMYK) of #ded074 color hex is 0.00, 0.06, 0.48, 0.13. Web safe color of #ded074 is #cccc66. Color #ded074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010000 01110100
Octal 336 320 164
Decimal 222 208 116
Hex DE D0 74

RGB Percentages of Color #ded074

%40.66
%38.10
%21.25

CMYK Percentages of Color #ded074

%0
%6
%48
%13

Triadic Colors of #ded074

#ded074 #74ded0 #d074de

Analogous Colors of #ded074

#ded074 #b7de74 #de9b74

Monochromatic Colors of #ded074

#ded074

Complementary Color

#ded074 #7482de

#ded074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded074 Color CSS Codes

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

#ded074 Text Font Color

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

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


#ded074 Background Color

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

This div background color is #ded074


#ded074 Border Color

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

This div border color is #ded074


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,208,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded074


Comments

No comments written yet.

Please login to write comment.