Color Hex Logo

#ded475 Color Hex

#DED475
(222,212,117)
0 Favorites   0 Comments

Color spaces of #ded475

RGB 222212117
HSL0.150.610.66
HSV54°47°87°
CMYK 0.000.050.47   0.13
XYZ56.878663.900926.1659
Yxy63.90090.38710.4349
Hunter Lab79.9380-12.882836.5494
CIE-Lab83.9141-9.317247.9226

#ded475 color RGB value is (222,212,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010100 01110101
Octal 336 324 165
Decimal 222 212 117
Hex DE D4 75

RGB Percentages of Color #ded475

%40.29
%38.48
%21.23

CMYK Percentages of Color #ded475

%0
%5
%47
%13

Triadic Colors of #ded475

#ded475 #75ded4 #d475de

Analogous Colors of #ded475

#ded475 #b4de75 #dea075

Monochromatic Colors of #ded475

#ded475

Complementary Color

#ded475 #757fde

#ded475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded475 Color CSS Codes

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

#ded475 Text Font Color

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

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


#ded475 Background Color

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

This div background color is #ded475


#ded475 Border Color

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

This div border color is #ded475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded475


Comments

No comments written yet.

Please login to write comment.