Color Hex Logo

#ded07d Color Hex

#DED07D
(222,208,125)
0 Favorites   0 Comments

Color spaces of #ded07d

RGB 222208125
HSL0.140.600.68
HSV51°44°87°
CMYK 0.000.060.44   0.13
XYZ56.381762.122028.4211
Yxy62.12200.38370.4228
Hunter Lab78.8175-10.241633.7927
CIE-Lab82.9783-6.513742.8347

#ded07d color RGB value is (222,208,125).

#ded07d hex color red value is 222, green value is 208 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ded07d hue: 0.14 , saturation: 0.60 and the lightness value of ded07d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010000 01111101
Octal 336 320 175
Decimal 222 208 125
Hex DE D0 7D

RGB Percentages of Color #ded07d

%40.00
%37.48
%22.52

CMYK Percentages of Color #ded07d

%0
%6
%44
%13

Triadic Colors of #ded07d

#ded07d #7dded0 #d07dde

Analogous Colors of #ded07d

#ded07d #bcde7d #dea07d

Monochromatic Colors of #ded07d

#ded07d

Complementary Color

#ded07d #7d8bde

#ded07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded07d Color CSS Codes

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

#ded07d Text Font Color

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

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


#ded07d Background Color

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

This div background color is #ded07d


#ded07d Border Color

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

This div border color is #ded07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded07d


Comments

No comments written yet.

Please login to write comment.