Color Hex Logo

#ded382 Color Hex

#DED382
(222,211,130)
0 Favorites   0 Comments

Color spaces of #ded382

RGB 222211130
HSL0.150.580.69
HSV53°41°87°
CMYK 0.000.050.41   0.13
XYZ57.447763.729830.3924
Yxy63.72980.37900.4205
Hunter Lab79.8309-11.252533.3094
CIE-Lab83.8249-7.531841.4050

#ded382 color RGB value is (222,211,130).

#ded382 hex color red value is 222, green value is 211 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ded382 hue: 0.15 , saturation: 0.58 and the lightness value of ded382 is 0.69.

The process color (four color CMYK) of #ded382 color hex is 0.00, 0.05, 0.41, 0.13. Web safe color of #ded382 is #cccc99. Color #ded382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 10000010
Octal 336 323 202
Decimal 222 211 130
Hex DE D3 82

RGB Percentages of Color #ded382

%39.43
%37.48
%23.09

CMYK Percentages of Color #ded382

%0
%5
%41
%13

Triadic Colors of #ded382

#ded382 #82ded3 #d382de

Analogous Colors of #ded382

#ded382 #bbde82 #dea582

Monochromatic Colors of #ded382

#ded382

Complementary Color

#ded382 #828dde

#ded382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded382 Color CSS Codes

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

#ded382 Text Font Color

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

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


#ded382 Background Color

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

This div background color is #ded382


#ded382 Border Color

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

This div border color is #ded382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded382


Comments

No comments written yet.

Please login to write comment.