Color Hex Logo

#ddbead Color Hex

#DDBEAD
(221,190,173)
0 Favorites   0 Comments

Color spaces of #ddbead

RGB 221190173
HSL0.060.410.77
HSV21°22°87°
CMYK 0.000.140.22   0.13
XYZ55.775155.216247.2533
Yxy55.21620.35250.3489
Hunter Lab74.30763.943314.3119
CIE-Lab79.16568.407912.6573

#ddbead color RGB value is (221,190,173).

#ddbead hex color red value is 221, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ddbead hue: 0.06 , saturation: 0.41 and the lightness value of ddbead is 0.77.

The process color (four color CMYK) of #ddbead color hex is 0.00, 0.14, 0.22, 0.13. Web safe color of #ddbead is #cccc99. Color #ddbead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10101101
Octal 335 276 255
Decimal 221 190 173
Hex DD BE AD

RGB Percentages of Color #ddbead

%37.84
%32.53
%29.62

CMYK Percentages of Color #ddbead

%0
%14
%22
%13

Triadic Colors of #ddbead

#ddbead #adddbe #beaddd

Analogous Colors of #ddbead

#ddbead #ddd6ad #ddadb4

Monochromatic Colors of #ddbead

#ddbead

Complementary Color

#ddbead #adccdd

#ddbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbead Color CSS Codes

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

#ddbead Text Font Color

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

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


#ddbead Background Color

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

This div background color is #ddbead


#ddbead Border Color

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

This div border color is #ddbead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbead


Comments

No comments written yet.

Please login to write comment.