Color Hex Logo

#ded31e Color Hex

#DED31E
(222,211,30)
0 Favorites   0 Comments

Color spaces of #ded31e

RGB 22221130
HSL0.160.760.49
HSV57°86°87°
CMYK 0.000.050.86   0.13
XYZ53.652862.211910.4086
Yxy62.21190.42490.4927
Hunter Lab78.8745-16.609447.3880
CIE-Lab83.0260-13.609879.2865

#ded31e color RGB value is (222,211,30).

#ded31e hex color red value is 222, green value is 211 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ded31e hue: 0.16 , saturation: 0.76 and the lightness value of ded31e is 0.49.

The process color (four color CMYK) of #ded31e color hex is 0.00, 0.05, 0.86, 0.13. Web safe color of #ded31e is #cccc33. Color #ded31e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 00011110
Octal 336 323 36
Decimal 222 211 30
Hex DE D3 1E

RGB Percentages of Color #ded31e

%47.95
%45.57
%6.48

CMYK Percentages of Color #ded31e

%0
%5
%86
%13

Triadic Colors of #ded31e

#ded31e #1eded3 #d31ede

Analogous Colors of #ded31e

#ded31e #89de1e #de731e

Monochromatic Colors of #ded31e

#ded31e

Complementary Color

#ded31e #1e29de

#ded31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded31e Color CSS Codes

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

#ded31e Text Font Color

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

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


#ded31e Background Color

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

This div background color is #ded31e


#ded31e Border Color

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

This div border color is #ded31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded31e


Comments

No comments written yet.

Please login to write comment.