Color Hex Logo

#ded75c Color Hex

#DED75C
(222,215,92)
0 Favorites   0 Comments

Color spaces of #ded75c

RGB 22221592
HSL0.160.660.62
HSV57°59°87°
CMYK 0.000.030.59   0.13
XYZ56.356464.903219.6825
Yxy64.90320.39990.4605
Hunter Lab80.5625-16.117241.9084
CIE-Lab84.4338-12.850660.0772

#ded75c color RGB value is (222,215,92).

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

The process color (four color CMYK) of #ded75c color hex is 0.00, 0.03, 0.59, 0.13. Web safe color of #ded75c is #cccc66. Color #ded75c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010111 01011100
Octal 336 327 134
Decimal 222 215 92
Hex DE D7 5C

RGB Percentages of Color #ded75c

%41.97
%40.64
%17.39

CMYK Percentages of Color #ded75c

%0
%3
%59
%13

Triadic Colors of #ded75c

#ded75c #5cded7 #d75cde

Analogous Colors of #ded75c

#ded75c #a4de5c #de965c

Monochromatic Colors of #ded75c

#ded75c

Complementary Color

#ded75c #5c63de

#ded75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded75c Color CSS Codes

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

#ded75c Text Font Color

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

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


#ded75c Background Color

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

This div background color is #ded75c


#ded75c Border Color

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

This div border color is #ded75c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded75c


Comments

No comments written yet.

Please login to write comment.