Color Hex Logo

#ddd526 Color Hex

#DDD526
(221,213,38)
0 Favorites   0 Comments

Color spaces of #ddd526

RGB 22121338
HSL0.160.730.51
HSV57°83°87°
CMYK 0.000.040.83   0.13
XYZ53.962963.100611.1692
Yxy63.10060.42080.4921
Hunter Lab79.4359-17.753047.2686
CIE-Lab83.4953-14.838077.9203

#ddd526 color RGB value is (221,213,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 00100110
Octal 335 325 46
Decimal 221 213 38
Hex DD D5 26

RGB Percentages of Color #ddd526

%46.82
%45.13
%8.05

CMYK Percentages of Color #ddd526

%0
%4
%83
%13

Triadic Colors of #ddd526

#ddd526 #26ddd5 #d526dd

Analogous Colors of #ddd526

#ddd526 #8add26 #dd7a26

Monochromatic Colors of #ddd526

#ddd526

Complementary Color

#ddd526 #262edd

#ddd526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd526 Color CSS Codes

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

#ddd526 Text Font Color

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

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


#ddd526 Background Color

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

This div background color is #ddd526


#ddd526 Border Color

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

This div border color is #ddd526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd526


Comments

No comments written yet.

Please login to write comment.