Color Hex Logo

#ded96b Color Hex

#DED96B
(222,217,107)
0 Favorites   0 Comments

Color spaces of #ded96b

RGB 222217107
HSL0.160.640.65
HSV57°52°87°
CMYK 0.000.020.52   0.13
XYZ57.590966.216823.6557
Yxy66.21680.39050.4490
Hunter Lab81.3737-16.073639.7257
CIE-Lab85.1069-12.706754.0897

#ded96b color RGB value is (222,217,107).

#ded96b hex color red value is 222, green value is 217 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ded96b hue: 0.16 , saturation: 0.64 and the lightness value of ded96b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 01101011
Octal 336 331 153
Decimal 222 217 107
Hex DE D9 6B

RGB Percentages of Color #ded96b

%40.66
%39.74
%19.60

CMYK Percentages of Color #ded96b

%0
%2
%52
%13

Triadic Colors of #ded96b

#ded96b #6bded9 #d96bde

Analogous Colors of #ded96b

#ded96b #aade6b #dea06b

Monochromatic Colors of #ded96b

#ded96b

Complementary Color

#ded96b #6b70de

#ded96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded96b Color CSS Codes

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

#ded96b Text Font Color

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

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


#ded96b Background Color

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

This div background color is #ded96b


#ded96b Border Color

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

This div border color is #ded96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded96b


Comments

No comments written yet.

Please login to write comment.