Color Hex Logo

#ded60e Color Hex

#DED60E
(222,214,14)
0 Favorites   0 Comments

Color spaces of #ded60e

RGB 22221414
HSL0.160.880.46
HSV58°94°87°
CMYK 0.000.040.94   0.13
XYZ54.250063.65449.8427
Yxy63.65440.42470.4983
Hunter Lab79.7837-18.248048.5341
CIE-Lab83.7855-15.356182.2843

#ded60e color RGB value is (222,214,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010110 00001110
Octal 336 326 16
Decimal 222 214 14
Hex DE D6 E

RGB Percentages of Color #ded60e

%49.33
%47.56
%3.11

CMYK Percentages of Color #ded60e

%0
%4
%94
%13

Triadic Colors of #ded60e

#ded60e #0eded6 #d60ede

Analogous Colors of #ded60e

#ded60e #7ede0e #de6e0e

Monochromatic Colors of #ded60e

#ded60e

Complementary Color

#ded60e #0e16de

#ded60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded60e Color CSS Codes

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

#ded60e Text Font Color

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

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


#ded60e Background Color

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

This div background color is #ded60e


#ded60e Border Color

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

This div border color is #ded60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded60e


Comments

No comments written yet.

Please login to write comment.