Color Hex Logo

#ddd154 Color Hex

#DDD154
(221,209,84)
0 Favorites   0 Comments

Color spaces of #ddd154

RGB 22120984
HSL0.150.670.60
HSV55°62°87°
CMYK 0.000.050.62   0.13
XYZ54.219561.613217.4224
Yxy61.61320.40690.4624
Hunter Lab78.4941-14.066441.7860
CIE-Lab82.7073-10.786361.6060

#ddd154 color RGB value is (221,209,84).

#ddd154 hex color red value is 221, green value is 209 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ddd154 hue: 0.15 , saturation: 0.67 and the lightness value of ddd154 is 0.60.

The process color (four color CMYK) of #ddd154 color hex is 0.00, 0.05, 0.62, 0.13. Web safe color of #ddd154 is #cccc66. Color #ddd154 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 01010100
Octal 335 321 124
Decimal 221 209 84
Hex DD D1 54

RGB Percentages of Color #ddd154

%43.00
%40.66
%16.34

CMYK Percentages of Color #ddd154

%0
%5
%62
%13

Triadic Colors of #ddd154

#ddd154 #54ddd1 #d154dd

Analogous Colors of #ddd154

#ddd154 #a5dd54 #dd8d54

Monochromatic Colors of #ddd154

#ddd154

Complementary Color

#ddd154 #5460dd

#ddd154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd154 Color CSS Codes

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

#ddd154 Text Font Color

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

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


#ddd154 Background Color

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

This div background color is #ddd154


#ddd154 Border Color

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

This div border color is #ddd154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd154


Comments

No comments written yet.

Please login to write comment.