Color Hex Logo

#ded85b Color Hex

#DED85B
(222,216,91)
0 Favorites   0 Comments

Color spaces of #ded85b

RGB 22221691
HSL0.160.660.61
HSV57°59°87°
CMYK 0.000.030.59   0.13
XYZ56.568465.396719.5389
Yxy65.39670.39980.4622
Hunter Lab80.8682-16.656342.2825
CIE-Lab84.6877-13.419060.7907

#ded85b color RGB value is (222,216,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011000 01011011
Octal 336 330 133
Decimal 222 216 91
Hex DE D8 5B

RGB Percentages of Color #ded85b

%41.97
%40.83
%17.20

CMYK Percentages of Color #ded85b

%0
%3
%59
%13

Triadic Colors of #ded85b

#ded85b #5bded8 #d85bde

Analogous Colors of #ded85b

#ded85b #a3de5b #de975b

Monochromatic Colors of #ded85b

#ded85b

Complementary Color

#ded85b #5b61de

#ded85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded85b Color CSS Codes

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

#ded85b Text Font Color

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

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


#ded85b Background Color

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

This div background color is #ded85b


#ded85b Border Color

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

This div border color is #ded85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded85b


Comments

No comments written yet.

Please login to write comment.