Color Hex Logo

#ddb8a1 Color Hex

#DDB8A1
(221,184,161)
0 Favorites   0 Comments

Color spaces of #ddb8a1

RGB 221184161
HSL0.060.470.75
HSV23°27°87°
CMYK 0.000.170.27   0.13
XYZ53.392352.226340.9848
Yxy52.22630.36420.3562
Hunter Lab72.26785.409416.9626
CIE-Lab77.41609.901516.6563

#ddb8a1 color RGB value is (221,184,161).

#ddb8a1 hex color red value is 221, green value is 184 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #ddb8a1 hue: 0.06 , saturation: 0.47 and the lightness value of ddb8a1 is 0.75.

The process color (four color CMYK) of #ddb8a1 color hex is 0.00, 0.17, 0.27, 0.13. Web safe color of #ddb8a1 is #cccc99. Color #ddb8a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 10100001
Octal 335 270 241
Decimal 221 184 161
Hex DD B8 A1

RGB Percentages of Color #ddb8a1

%39.05
%32.51
%28.45

CMYK Percentages of Color #ddb8a1

%0
%17
%27
%13

Triadic Colors of #ddb8a1

#ddb8a1 #a1ddb8 #b8a1dd

Analogous Colors of #ddb8a1

#ddb8a1 #ddd6a1 #dda1a8

Monochromatic Colors of #ddb8a1

#ddb8a1

Complementary Color

#ddb8a1 #a1c6dd

#ddb8a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb8a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb8a1 Color CSS Codes

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

#ddb8a1 Text Font Color

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

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


#ddb8a1 Background Color

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

This div background color is #ddb8a1


#ddb8a1 Border Color

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

This div border color is #ddb8a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb8a1


Comments

No comments written yet.

Please login to write comment.