Color Hex Logo

#ded37d Color Hex

#DED37D
(222,211,125)
0 Favorites   0 Comments

Color spaces of #ded37d

RGB 222211125
HSL0.150.600.68
HSV53°44°87°
CMYK 0.000.050.44   0.13
XYZ57.120163.598828.6673
Yxy63.59880.38240.4257
Hunter Lab79.7489-11.709934.5112
CIE-Lab83.7564-8.041943.8084

#ded37d color RGB value is (222,211,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 01111101
Octal 336 323 175
Decimal 222 211 125
Hex DE D3 7D

RGB Percentages of Color #ded37d

%39.78
%37.81
%22.40

CMYK Percentages of Color #ded37d

%0
%5
%44
%13

Triadic Colors of #ded37d

#ded37d #7dded3 #d37dde

Analogous Colors of #ded37d

#ded37d #b9de7d #dea37d

Monochromatic Colors of #ded37d

#ded37d

Complementary Color

#ded37d #7d88de

#ded37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded37d Color CSS Codes

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

#ded37d Text Font Color

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

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


#ded37d Background Color

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

This div background color is #ded37d


#ded37d Border Color

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

This div border color is #ded37d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,211,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 #ded37d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded37d


Comments

No comments written yet.

Please login to write comment.