Color Hex Logo

#ddb08a Color Hex

#DDB08A
(221,176,138)
0 Favorites   0 Comments

Color spaces of #ddb08a

RGB 221176138
HSL0.080.550.70
HSV27°38°87°
CMYK 0.000.200.38   0.13
XYZ49.931648.257830.7278
Yxy48.25780.38730.3743
Hunter Lab69.46786.732322.4017
CIE-Lab74.987211.256825.6887

#ddb08a color RGB value is (221,176,138).

#ddb08a hex color red value is 221, green value is 176 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ddb08a hue: 0.08 , saturation: 0.55 and the lightness value of ddb08a is 0.70.

The process color (four color CMYK) of #ddb08a color hex is 0.00, 0.20, 0.38, 0.13. Web safe color of #ddb08a is #cc9999. Color #ddb08a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 10001010
Octal 335 260 212
Decimal 221 176 138
Hex DD B0 8A

RGB Percentages of Color #ddb08a

%41.31
%32.90
%25.79

CMYK Percentages of Color #ddb08a

%0
%20
%38
%13

Triadic Colors of #ddb08a

#ddb08a #8addb0 #b08add

Analogous Colors of #ddb08a

#ddb08a #ddda8a #dd8a8e

Monochromatic Colors of #ddb08a

#ddb08a

Complementary Color

#ddb08a #8ab7dd

#ddb08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb08a Color CSS Codes

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

#ddb08a Text Font Color

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

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


#ddb08a Background Color

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

This div background color is #ddb08a


#ddb08a Border Color

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

This div border color is #ddb08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb08a


Comments

No comments written yet.

Please login to write comment.