Color Hex Logo

#ded15a Color Hex

#DED15A
(222,209,90)
0 Favorites   0 Comments

Color spaces of #ded15a

RGB 22220990
HSL0.150.670.61
HSV54°59°87°
CMYK 0.000.060.59   0.13
XYZ54.770161.868718.7280
Yxy61.86870.40460.4570
Hunter Lab78.6567-13.356340.9428
CIE-Lab82.8435-9.974759.1937

#ded15a color RGB value is (222,209,90).

#ded15a hex color red value is 222, green value is 209 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ded15a hue: 0.15 , saturation: 0.67 and the lightness value of ded15a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 01011010
Octal 336 321 132
Decimal 222 209 90
Hex DE D1 5A

RGB Percentages of Color #ded15a

%42.61
%40.12
%17.27

CMYK Percentages of Color #ded15a

%0
%6
%59
%13

Triadic Colors of #ded15a

#ded15a #5aded1 #d15ade

Analogous Colors of #ded15a

#ded15a #a9de5a #de8f5a

Monochromatic Colors of #ded15a

#ded15a

Complementary Color

#ded15a #5a67de

#ded15a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded15a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded15a Color CSS Codes

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

#ded15a Text Font Color

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

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


#ded15a Background Color

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

This div background color is #ded15a


#ded15a Border Color

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

This div border color is #ded15a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded15a


Comments

No comments written yet.

Please login to write comment.