Color Hex Logo

#ded377 Color Hex

#DED377
(222,211,119)
0 Favorites   0 Comments

Color spaces of #ded377

RGB 222211119
HSL0.150.610.67
HSV54°46°87°
CMYK 0.000.050.46   0.13
XYZ56.748263.450026.7089
Yxy63.45000.38630.4319
Hunter Lab79.6555-12.230135.8786
CIE-Lab83.6786-8.624146.6622

#ded377 color RGB value is (222,211,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 01110111
Octal 336 323 167
Decimal 222 211 119
Hex DE D3 77

RGB Percentages of Color #ded377

%40.22
%38.22
%21.56

CMYK Percentages of Color #ded377

%0
%5
%46
%13

Triadic Colors of #ded377

#ded377 #77ded3 #d377de

Analogous Colors of #ded377

#ded377 #b6de77 #dea077

Monochromatic Colors of #ded377

#ded377

Complementary Color

#ded377 #7782de

#ded377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded377 Color CSS Codes

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

#ded377 Text Font Color

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

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


#ded377 Background Color

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

This div background color is #ded377


#ded377 Border Color

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

This div border color is #ded377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded377


Comments

No comments written yet.

Please login to write comment.