Color Hex Logo

#dedd85 Color Hex

#DEDD85
(222,221,133)
0 Favorites   0 Comments

Color spaces of #dedd85

RGB 222221133
HSL0.160.570.70
HSV59°40°87°
CMYK 0.000.000.40   0.13
XYZ60.214368.936032.3226
Yxy68.93600.37290.4269
Hunter Lab83.0277-15.844735.0379
CIE-Lab86.4723-12.263143.2592

#dedd85 color RGB value is (222,221,133).

#dedd85 hex color red value is 222, green value is 221 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dedd85 hue: 0.16 , saturation: 0.57 and the lightness value of dedd85 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 10000101
Octal 336 335 205
Decimal 222 221 133
Hex DE DD 85

RGB Percentages of Color #dedd85

%38.54
%38.37
%23.09

CMYK Percentages of Color #dedd85

%0
%0
%40
%13

Triadic Colors of #dedd85

#dedd85 #85dedd #dd85de

Analogous Colors of #dedd85

#dedd85 #b3de85 #deb185

Monochromatic Colors of #dedd85

#dedd85

Complementary Color

#dedd85 #8586de

#dedd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd85 Color CSS Codes

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

#dedd85 Text Font Color

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

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


#dedd85 Background Color

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

This div background color is #dedd85


#dedd85 Border Color

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

This div border color is #dedd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd85


Comments

No comments written yet.

Please login to write comment.