Color Hex Logo

#ddd832 Color Hex

#DDD832
(221,216,50)
0 Favorites   0 Comments

Color spaces of #ddd832

RGB 22121650
HSL0.160.720.53
HSV58°77°87°
CMYK 0.000.020.77   0.13
XYZ54.950464.714212.6125
Yxy64.71420.41540.4892
Hunter Lab80.4451-18.849447.0159
CIE-Lab84.3362-15.952775.4997

#ddd832 color RGB value is (221,216,50).

#ddd832 hex color red value is 221, green value is 216 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #ddd832 hue: 0.16 , saturation: 0.72 and the lightness value of ddd832 is 0.53.

The process color (four color CMYK) of #ddd832 color hex is 0.00, 0.02, 0.77, 0.13. Web safe color of #ddd832 is #cccc33. Color #ddd832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 00110010
Octal 335 330 62
Decimal 221 216 50
Hex DD D8 32

RGB Percentages of Color #ddd832

%45.38
%44.35
%10.27

CMYK Percentages of Color #ddd832

%0
%2
%77
%13

Triadic Colors of #ddd832

#ddd832 #32ddd8 #d832dd

Analogous Colors of #ddd832

#ddd832 #8ddd32 #dd8332

Monochromatic Colors of #ddd832

#ddd832

Complementary Color

#ddd832 #3237dd

#ddd832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd832 Color CSS Codes

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

#ddd832 Text Font Color

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

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


#ddd832 Background Color

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

This div background color is #ddd832


#ddd832 Border Color

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

This div border color is #ddd832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd832


Comments

No comments written yet.

Please login to write comment.