Color Hex Logo

#ddbda8 Color Hex

#DDBDA8
(221,189,168)
0 Favorites   0 Comments

Color spaces of #ddbda8

RGB 221189168
HSL0.070.440.76
HSV24°24°87°
CMYK 0.000.140.24   0.13
XYZ55.084354.594544.6803
Yxy54.59450.35690.3537
Hunter Lab73.88813.769315.8689
CIE-Lab78.80718.217814.8389

#ddbda8 color RGB value is (221,189,168).

#ddbda8 hex color red value is 221, green value is 189 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ddbda8 hue: 0.07 , saturation: 0.44 and the lightness value of ddbda8 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 10101000
Octal 335 275 250
Decimal 221 189 168
Hex DD BD A8

RGB Percentages of Color #ddbda8

%38.24
%32.70
%29.07

CMYK Percentages of Color #ddbda8

%0
%14
%24
%13

Triadic Colors of #ddbda8

#ddbda8 #a8ddbd #bda8dd

Analogous Colors of #ddbda8

#ddbda8 #ddd8a8 #dda8ae

Monochromatic Colors of #ddbda8

#ddbda8

Complementary Color

#ddbda8 #a8c8dd

#ddbda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbda8 Color CSS Codes

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

#ddbda8 Text Font Color

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

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


#ddbda8 Background Color

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

This div background color is #ddbda8


#ddbda8 Border Color

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

This div border color is #ddbda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbda8


Comments

No comments written yet.

Please login to write comment.