Color Hex Logo

#ded10e Color Hex

#DED10E
(222,209,14)
0 Favorites   0 Comments

Color spaces of #ded10e

RGB 22220914
HSL0.160.880.46
HSV56°94°87°
CMYK 0.000.060.94   0.13
XYZ53.003961.16229.4274
Yxy61.16220.42890.4949
Hunter Lab78.2063-15.883547.5973
CIE-Lab82.4659-12.868281.2896

#ded10e color RGB value is (222,209,14).

#ded10e hex color red value is 222, green value is 209 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ded10e hue: 0.16 , saturation: 0.88 and the lightness value of ded10e is 0.46.

The process color (four color CMYK) of #ded10e color hex is 0.00, 0.06, 0.94, 0.13. Web safe color of #ded10e is #cccc00. Color #ded10e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 00001110
Octal 336 321 16
Decimal 222 209 14
Hex DE D1 E

RGB Percentages of Color #ded10e

%49.89
%46.97
%3.15

CMYK Percentages of Color #ded10e

%0
%6
%94
%13

Triadic Colors of #ded10e

#ded10e #0eded1 #d10ede

Analogous Colors of #ded10e

#ded10e #83de0e #de690e

Monochromatic Colors of #ded10e

#ded10e

Complementary Color

#ded10e #0e1bde

#ded10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded10e Color CSS Codes

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

#ded10e Text Font Color

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

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


#ded10e Background Color

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

This div background color is #ded10e


#ded10e Border Color

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

This div border color is #ded10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded10e


Comments

No comments written yet.

Please login to write comment.