Color Hex Logo

#ded171 Color Hex

#DED171
(222,209,113)
0 Favorites   0 Comments

Color spaces of #ded171

RGB 222209113
HSL0.150.620.66
HSV53°49°87°
CMYK 0.000.060.49   0.13
XYZ55.905362.322824.7058
Yxy62.32280.39110.4360
Hunter Lab78.9448-11.747436.7065
CIE-Lab83.0848-8.159548.8499

#ded171 color RGB value is (222,209,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 01110001
Octal 336 321 161
Decimal 222 209 113
Hex DE D1 71

RGB Percentages of Color #ded171

%40.81
%38.42
%20.77

CMYK Percentages of Color #ded171

%0
%6
%49
%13

Triadic Colors of #ded171

#ded171 #71ded1 #d171de

Analogous Colors of #ded171

#ded171 #b5de71 #de9b71

Monochromatic Colors of #ded171

#ded171

Complementary Color

#ded171 #717ede

#ded171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded171 Color CSS Codes

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

#ded171 Text Font Color

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

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


#ded171 Background Color

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

This div background color is #ded171


#ded171 Border Color

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

This div border color is #ded171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded171


Comments

No comments written yet.

Please login to write comment.