Color Hex Logo

#ded25a Color Hex

#DED25A
(222,210,90)
0 Favorites   0 Comments

Color spaces of #ded25a

RGB 22221090
HSL0.150.670.61
HSV55°59°87°
CMYK 0.000.050.59   0.13
XYZ55.016362.361018.8101
Yxy62.36100.40400.4579
Hunter Lab78.9690-13.837941.1556
CIE-Lab83.1050-10.479259.4822

#ded25a color RGB value is (222,210,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010010 01011010
Octal 336 322 132
Decimal 222 210 90
Hex DE D2 5A

RGB Percentages of Color #ded25a

%42.53
%40.23
%17.24

CMYK Percentages of Color #ded25a

%0
%5
%59
%13

Triadic Colors of #ded25a

#ded25a #5aded2 #d25ade

Analogous Colors of #ded25a

#ded25a #a8de5a #de905a

Monochromatic Colors of #ded25a

#ded25a

Complementary Color

#ded25a #5a66de

#ded25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded25a Color CSS Codes

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

#ded25a Text Font Color

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

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


#ded25a Background Color

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

This div background color is #ded25a


#ded25a Border Color

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

This div border color is #ded25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded25a


Comments

No comments written yet.

Please login to write comment.