Color Hex Logo

#ded525 Color Hex

#DED525
(222,213,37)
0 Favorites   0 Comments

Color spaces of #ded525

RGB 22221337
HSL0.160.740.51
HSV57°83°87°
CMYK 0.000.040.83   0.13
XYZ54.252463.251711.0997
Yxy63.25170.42190.4918
Hunter Lab79.5309-17.414547.3969
CIE-Lab83.5746-14.441078.2517

#ded525 color RGB value is (222,213,37).

#ded525 hex color red value is 222, green value is 213 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ded525 hue: 0.16 , saturation: 0.74 and the lightness value of ded525 is 0.51.

The process color (four color CMYK) of #ded525 color hex is 0.00, 0.04, 0.83, 0.13. Web safe color of #ded525 is #cccc33. Color #ded525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 00100101
Octal 336 325 45
Decimal 222 213 37
Hex DE D5 25

RGB Percentages of Color #ded525

%47.03
%45.13
%7.84

CMYK Percentages of Color #ded525

%0
%4
%83
%13

Triadic Colors of #ded525

#ded525 #25ded5 #d525de

Analogous Colors of #ded525

#ded525 #8bde25 #de7925

Monochromatic Colors of #ded525

#ded525

Complementary Color

#ded525 #252ede

#ded525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded525 Color CSS Codes

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

#ded525 Text Font Color

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

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


#ded525 Background Color

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

This div background color is #ded525


#ded525 Border Color

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

This div border color is #ded525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded525


Comments

No comments written yet.

Please login to write comment.