Color Hex Logo

#ded06e Color Hex

#DED06E
(222,208,110)
0 Favorites   0 Comments

Color spaces of #ded06e

RGB 222208110
HSL0.150.630.65
HSV53°50°87°
CMYK 0.000.060.50   0.13
XYZ55.494561.767123.7492
Yxy61.76710.39350.4380
Hunter Lab78.5920-11.495737.0980
CIE-Lab82.7894-7.915049.9359

#ded06e color RGB value is (222,208,110).

#ded06e hex color red value is 222, green value is 208 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ded06e hue: 0.15 , saturation: 0.63 and the lightness value of ded06e is 0.65.

The process color (four color CMYK) of #ded06e color hex is 0.00, 0.06, 0.50, 0.13. Web safe color of #ded06e is #cccc66. Color #ded06e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010000 01101110
Octal 336 320 156
Decimal 222 208 110
Hex DE D0 6E

RGB Percentages of Color #ded06e

%41.11
%38.52
%20.37

CMYK Percentages of Color #ded06e

%0
%6
%50
%13

Triadic Colors of #ded06e

#ded06e #6eded0 #d06ede

Analogous Colors of #ded06e

#ded06e #b4de6e #de986e

Monochromatic Colors of #ded06e

#ded06e

Complementary Color

#ded06e #6e7cde

#ded06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded06e Color CSS Codes

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

#ded06e Text Font Color

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

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


#ded06e Background Color

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

This div background color is #ded06e


#ded06e Border Color

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

This div border color is #ded06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded06e


Comments

No comments written yet.

Please login to write comment.