Color Hex Logo

#ded072 Color Hex

#DED072
(222,208,114)
0 Favorites   0 Comments

Color spaces of #ded072

RGB 222208114
HSL0.150.620.66
HSV52°49°87°
CMYK 0.000.060.49   0.13
XYZ55.717361.856324.9224
Yxy61.85630.39100.4341
Hunter Lab78.6488-11.180336.2662
CIE-Lab82.8369-7.561448.0672

#ded072 color RGB value is (222,208,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010000 01110010
Octal 336 320 162
Decimal 222 208 114
Hex DE D0 72

RGB Percentages of Color #ded072

%40.81
%38.24
%20.96

CMYK Percentages of Color #ded072

%0
%6
%49
%13

Triadic Colors of #ded072

#ded072 #72ded0 #d072de

Analogous Colors of #ded072

#ded072 #b6de72 #de9a72

Monochromatic Colors of #ded072

#ded072

Complementary Color

#ded072 #7280de

#ded072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded072 Color CSS Codes

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

#ded072 Text Font Color

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

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


#ded072 Background Color

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

This div background color is #ded072


#ded072 Border Color

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

This div border color is #ded072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded072


Comments

No comments written yet.

Please login to write comment.