Color Hex Logo

#ded65b Color Hex

#DED65B
(222,214,91)
0 Favorites   0 Comments

Color spaces of #ded65b

RGB 22221491
HSL0.160.660.61
HSV56°59°87°
CMYK 0.000.040.59   0.13
XYZ56.059164.378119.3691
Yxy64.37810.40100.4605
Hunter Lab80.2360-15.698941.8525
CIE-Lab84.1622-12.419960.2124

#ded65b color RGB value is (222,214,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010110 01011011
Octal 336 326 133
Decimal 222 214 91
Hex DE D6 5B

RGB Percentages of Color #ded65b

%42.13
%40.61
%17.27

CMYK Percentages of Color #ded65b

%0
%4
%59
%13

Triadic Colors of #ded65b

#ded65b #5bded6 #d65bde

Analogous Colors of #ded65b

#ded65b #a5de5b #de955b

Monochromatic Colors of #ded65b

#ded65b

Complementary Color

#ded65b #5b63de

#ded65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded65b Color CSS Codes

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

#ded65b Text Font Color

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

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


#ded65b Background Color

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

This div background color is #ded65b


#ded65b Border Color

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

This div border color is #ded65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded65b


Comments

No comments written yet.

Please login to write comment.