Color Hex Logo

#ded372 Color Hex

#DED372
(222,211,114)
0 Favorites   0 Comments

Color spaces of #ded372

RGB 222211114
HSL0.150.620.66
HSV54°49°87°
CMYK 0.000.050.49   0.13
XYZ56.455763.333025.1686
Yxy63.33300.38950.4369
Hunter Lab79.5820-12.640236.9564
CIE-Lab83.6173-9.084449.0110

#ded372 color RGB value is (222,211,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 01110010
Octal 336 323 162
Decimal 222 211 114
Hex DE D3 72

RGB Percentages of Color #ded372

%40.59
%38.57
%20.84

CMYK Percentages of Color #ded372

%0
%5
%49
%13

Triadic Colors of #ded372

#ded372 #72ded3 #d372de

Analogous Colors of #ded372

#ded372 #b3de72 #de9d72

Monochromatic Colors of #ded372

#ded372

Complementary Color

#ded372 #727dde

#ded372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded372 Color CSS Codes

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

#ded372 Text Font Color

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

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


#ded372 Background Color

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

This div background color is #ded372


#ded372 Border Color

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

This div border color is #ded372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded372


Comments

No comments written yet.

Please login to write comment.