Color Hex Logo

#ddd035 Color Hex

#DDD035
(221,208,53)
0 Favorites   0 Comments

Color spaces of #ddd035

RGB 22120853
HSL0.150.710.54
HSV55°76°87°
CMYK 0.000.060.76   0.13
XYZ53.017360.740912.2980
Yxy60.74090.42060.4819
Hunter Lab77.9364-14.961845.1998
CIE-Lab82.2393-11.856772.7014

#ddd035 color RGB value is (221,208,53).

#ddd035 hex color red value is 221, green value is 208 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ddd035 hue: 0.15 , saturation: 0.71 and the lightness value of ddd035 is 0.54.

The process color (four color CMYK) of #ddd035 color hex is 0.00, 0.06, 0.76, 0.13. Web safe color of #ddd035 is #cccc33. Color #ddd035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 00110101
Octal 335 320 65
Decimal 221 208 53
Hex DD D0 35

RGB Percentages of Color #ddd035

%45.85
%43.15
%11.00

CMYK Percentages of Color #ddd035

%0
%6
%76
%13

Triadic Colors of #ddd035

#ddd035 #35ddd0 #d035dd

Analogous Colors of #ddd035

#ddd035 #96dd35 #dd7c35

Monochromatic Colors of #ddd035

#ddd035

Complementary Color

#ddd035 #3542dd

#ddd035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd035 Color CSS Codes

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

#ddd035 Text Font Color

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

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


#ddd035 Background Color

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

This div background color is #ddd035


#ddd035 Border Color

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

This div border color is #ddd035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd035


Comments

No comments written yet.

Please login to write comment.