Color Hex Logo

#dedd71 Color Hex

#DEDD71
(222,221,113)
0 Favorites   0 Comments

Color spaces of #dedd71

RGB 222221113
HSL0.170.620.66
HSV59°49°87°
CMYK 0.000.000.49   0.13
XYZ58.961368.434825.7244
Yxy68.43480.38510.4469
Hunter Lab82.7253-17.546039.4708
CIE-Lab86.2234-14.189652.6074

#dedd71 color RGB value is (222,221,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 01110001
Octal 336 335 161
Decimal 222 221 113
Hex DE DD 71

RGB Percentages of Color #dedd71

%39.93
%39.75
%20.32

CMYK Percentages of Color #dedd71

%0
%0
%49
%13

Triadic Colors of #dedd71

#dedd71 #71dedd #dd71de

Analogous Colors of #dedd71

#dedd71 #a9de71 #dea771

Monochromatic Colors of #dedd71

#dedd71

Complementary Color

#dedd71 #7172de

#dedd71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd71 Color CSS Codes

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

#dedd71 Text Font Color

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

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


#dedd71 Background Color

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

This div background color is #dedd71


#dedd71 Border Color

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

This div border color is #dedd71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd71


Comments

No comments written yet.

Please login to write comment.