Color Hex Logo

#ded275 Color Hex

#DED275
(222,210,117)
0 Favorites   0 Comments

Color spaces of #ded275

RGB 222210117
HSL0.150.610.66
HSV53°47°87°
CMYK 0.000.050.47   0.13
XYZ56.381762.907126.0003
Yxy62.90710.38810.4330
Hunter Lab79.3140-11.909736.0837
CIE-Lab83.3935-8.303547.2878

#ded275 color RGB value is (222,210,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010010 01110101
Octal 336 322 165
Decimal 222 210 117
Hex DE D2 75

RGB Percentages of Color #ded275

%40.44
%38.25
%21.31

CMYK Percentages of Color #ded275

%0
%5
%47
%13

Triadic Colors of #ded275

#ded275 #75ded2 #d275de

Analogous Colors of #ded275

#ded275 #b6de75 #de9e75

Monochromatic Colors of #ded275

#ded275

Complementary Color

#ded275 #7581de

#ded275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded275 Color CSS Codes

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

#ded275 Text Font Color

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

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


#ded275 Background Color

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

This div background color is #ded275


#ded275 Border Color

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

This div border color is #ded275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded275


Comments

No comments written yet.

Please login to write comment.