Color Hex Logo

#ded65e Color Hex

#DED65E
(222,214,94)
0 Favorites   0 Comments

Color spaces of #ded65e

RGB 22221494
HSL0.160.660.62
HSV56°58°87°
CMYK 0.000.040.58   0.13
XYZ56.191164.430920.0645
Yxy64.43090.39940.4580
Hunter Lab80.2689-15.514141.3677
CIE-Lab84.1896-12.209158.9292

#ded65e color RGB value is (222,214,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010110 01011110
Octal 336 326 136
Decimal 222 214 94
Hex DE D6 5E

RGB Percentages of Color #ded65e

%41.89
%40.38
%17.74

CMYK Percentages of Color #ded65e

%0
%4
%58
%13

Triadic Colors of #ded65e

#ded65e #5eded6 #d65ede

Analogous Colors of #ded65e

#ded65e #a6de5e #de965e

Monochromatic Colors of #ded65e

#ded65e

Complementary Color

#ded65e #5e66de

#ded65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded65e Color CSS Codes

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

#ded65e Text Font Color

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

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


#ded65e Background Color

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

This div background color is #ded65e


#ded65e Border Color

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

This div border color is #ded65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded65e


Comments

No comments written yet.

Please login to write comment.