Color Hex Logo

#ded523 Color Hex

#DED523
(222,213,35)
0 Favorites   0 Comments

Color spaces of #ded523

RGB 22221335
HSL0.160.740.50
HSV57°84°87°
CMYK 0.000.040.84   0.13
XYZ54.221863.239410.9387
Yxy63.23940.42230.4925
Hunter Lab79.5232-17.457847.5107
CIE-Lab83.5682-14.491278.6945

#ded523 color RGB value is (222,213,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 00100011
Octal 336 325 43
Decimal 222 213 35
Hex DE D5 23

RGB Percentages of Color #ded523

%47.23
%45.32
%7.45

CMYK Percentages of Color #ded523

%0
%4
%84
%13

Triadic Colors of #ded523

#ded523 #23ded5 #d523de

Analogous Colors of #ded523

#ded523 #8ade23 #de7823

Monochromatic Colors of #ded523

#ded523

Complementary Color

#ded523 #232cde

#ded523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded523 Color CSS Codes

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

#ded523 Text Font Color

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

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


#ded523 Background Color

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

This div background color is #ded523


#ded523 Border Color

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

This div border color is #ded523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded523


Comments

No comments written yet.

Please login to write comment.