Color Hex Logo

#ded64e Color Hex

#DED64E
(222,214,78)
0 Favorites   0 Comments

Color spaces of #ded64e

RGB 22221478
HSL0.160.690.59
HSV57°65°87°
CMYK 0.000.040.65   0.13
XYZ55.545964.172816.6667
Yxy64.17280.40730.4705
Hunter Lab80.1079-16.419143.7401
CIE-Lab84.0557-13.244065.5239

#ded64e color RGB value is (222,214,78).

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

The process color (four color CMYK) of #ded64e color hex is 0.00, 0.04, 0.65, 0.13. Web safe color of #ded64e is #cccc66. Color #ded64e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010110 01001110
Octal 336 326 116
Decimal 222 214 78
Hex DE D6 4E

RGB Percentages of Color #ded64e

%43.19
%41.63
%15.18

CMYK Percentages of Color #ded64e

%0
%4
%65
%13

Triadic Colors of #ded64e

#ded64e #4eded6 #d64ede

Analogous Colors of #ded64e

#ded64e #9ede4e #de8e4e

Monochromatic Colors of #ded64e

#ded64e

Complementary Color

#ded64e #4e56de

#ded64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded64e Color CSS Codes

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

#ded64e Text Font Color

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

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


#ded64e Background Color

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

This div background color is #ded64e


#ded64e Border Color

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

This div border color is #ded64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded64e


Comments

No comments written yet.

Please login to write comment.