Color Hex Logo

#ddba88 Color Hex

#DDBA88
(221,186,136)
0 Favorites   0 Comments

Color spaces of #ddba88

RGB 221186136
HSL0.100.560.70
HSV35°38°87°
CMYK 0.000.160.38   0.13
XYZ51.821652.267530.6499
Yxy52.26750.38460.3879
Hunter Lab72.29631.429425.4715
CIE-Lab77.44055.709830.0294

#ddba88 color RGB value is (221,186,136).

#ddba88 hex color red value is 221, green value is 186 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ddba88 hue: 0.10 , saturation: 0.56 and the lightness value of ddba88 is 0.70.

The process color (four color CMYK) of #ddba88 color hex is 0.00, 0.16, 0.38, 0.13. Web safe color of #ddba88 is #cccc99. Color #ddba88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10001000
Octal 335 272 210
Decimal 221 186 136
Hex DD BA 88

RGB Percentages of Color #ddba88

%40.70
%34.25
%25.05

CMYK Percentages of Color #ddba88

%0
%16
%38
%13

Triadic Colors of #ddba88

#ddba88 #88ddba #ba88dd

Analogous Colors of #ddba88

#ddba88 #d6dd88 #dd9088

Monochromatic Colors of #ddba88

#ddba88

Complementary Color

#ddba88 #88abdd

#ddba88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba88 Color CSS Codes

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

#ddba88 Text Font Color

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

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


#ddba88 Background Color

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

This div background color is #ddba88


#ddba88 Border Color

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

This div border color is #ddba88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba88


Comments

No comments written yet.

Please login to write comment.