Color Hex Logo

#ded376 Color Hex

#DED376
(222,211,118)
0 Favorites   0 Comments

Color spaces of #ded376

RGB 222211118
HSL0.150.610.67
HSV54°47°87°
CMYK 0.000.050.47   0.13
XYZ56.688563.426126.3942
Yxy63.42610.38690.4329
Hunter Lab79.6405-12.313736.0987
CIE-Lab83.6661-8.717847.1343

#ded376 color RGB value is (222,211,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 01110110
Octal 336 323 166
Decimal 222 211 118
Hex DE D3 76

RGB Percentages of Color #ded376

%40.29
%38.29
%21.42

CMYK Percentages of Color #ded376

%0
%5
%47
%13

Triadic Colors of #ded376

#ded376 #76ded3 #d376de

Analogous Colors of #ded376

#ded376 #b5de76 #de9f76

Monochromatic Colors of #ded376

#ded376

Complementary Color

#ded376 #7681de

#ded376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded376 Color CSS Codes

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

#ded376 Text Font Color

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

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


#ded376 Background Color

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

This div background color is #ded376


#ded376 Border Color

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

This div border color is #ded376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded376


Comments

No comments written yet.

Please login to write comment.