Color Hex Logo

#dedc75 Color Hex

#DEDC75
(222,220,117)
0 Favorites   0 Comments

Color spaces of #dedc75

RGB 222220117
HSL0.160.610.66
HSV59°47°87°
CMYK 0.000.010.47   0.13
XYZ58.928368.000326.8491
Yxy68.00030.38320.4422
Hunter Lab82.4623-16.751338.4192
CIE-Lab86.0066-13.334750.4574

#dedc75 color RGB value is (222,220,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 01110101
Octal 336 334 165
Decimal 222 220 117
Hex DE DC 75

RGB Percentages of Color #dedc75

%39.71
%39.36
%20.93

CMYK Percentages of Color #dedc75

%0
%1
%47
%13

Triadic Colors of #dedc75

#dedc75 #75dedc #dc75de

Analogous Colors of #dedc75

#dedc75 #acde75 #dea875

Monochromatic Colors of #dedc75

#dedc75

Complementary Color

#dedc75 #7577de

#dedc75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc75 Color CSS Codes

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

#dedc75 Text Font Color

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

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


#dedc75 Background Color

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

This div background color is #dedc75


#dedc75 Border Color

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

This div border color is #dedc75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc75


Comments

No comments written yet.

Please login to write comment.