Color Hex Logo

#ded471 Color Hex

#DED471
(222,212,113)
0 Favorites   0 Comments

Color spaces of #ded471

RGB 222212113
HSL0.150.620.66
HSV54°49°87°
CMYK 0.000.050.49   0.13
XYZ56.648363.808824.9534
Yxy63.80880.38960.4388
Hunter Lab79.8804-13.205037.3950
CIE-Lab83.8661-9.679649.7909

#ded471 color RGB value is (222,212,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010100 01110001
Octal 336 324 161
Decimal 222 212 113
Hex DE D4 71

RGB Percentages of Color #ded471

%40.59
%38.76
%20.66

CMYK Percentages of Color #ded471

%0
%5
%49
%13

Triadic Colors of #ded471

#ded471 #71ded4 #d471de

Analogous Colors of #ded471

#ded471 #b2de71 #de9e71

Monochromatic Colors of #ded471

#ded471

Complementary Color

#ded471 #717bde

#ded471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded471 Color CSS Codes

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

#ded471 Text Font Color

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

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


#ded471 Background Color

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

This div background color is #ded471


#ded471 Border Color

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

This div border color is #ded471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded471


Comments

No comments written yet.

Please login to write comment.