Color Hex Logo

#ded175 Color Hex

#DED175
(222,209,117)
0 Favorites   0 Comments

Color spaces of #ded175

RGB 222209117
HSL0.150.610.66
HSV53°47°87°
CMYK 0.000.060.47   0.13
XYZ56.135662.414925.9182
Yxy62.41490.38860.4320
Hunter Lab79.0031-11.422435.8512
CIE-Lab83.1336-7.795346.9704

#ded175 color RGB value is (222,209,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 01110101
Octal 336 321 165
Decimal 222 209 117
Hex DE D1 75

RGB Percentages of Color #ded175

%40.51
%38.14
%21.35

CMYK Percentages of Color #ded175

%0
%6
%47
%13

Triadic Colors of #ded175

#ded175 #75ded1 #d175de

Analogous Colors of #ded175

#ded175 #b7de75 #de9d75

Monochromatic Colors of #ded175

#ded175

Complementary Color

#ded175 #7582de

#ded175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded175 Color CSS Codes

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

#ded175 Text Font Color

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

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


#ded175 Background Color

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

This div background color is #ded175


#ded175 Border Color

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

This div border color is #ded175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded175


Comments

No comments written yet.

Please login to write comment.