Color Hex Logo

#ddb5ae Color Hex

#DDB5AE
(221,181,174)
0 Favorites   0 Comments

Color spaces of #ddb5ae

RGB 221181174
HSL0.020.410.77
HSV21°87°
CMYK 0.000.180.21   0.13
XYZ53.982651.475947.1350
Yxy51.47590.35380.3373
Hunter Lab71.74678.747611.2713
CIE-Lab76.966413.35418.9919

#ddb5ae color RGB value is (221,181,174).

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

The process color (four color CMYK) of #ddb5ae color hex is 0.00, 0.18, 0.21, 0.13. Web safe color of #ddb5ae is #cccc99. Color #ddb5ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 10101110
Octal 335 265 256
Decimal 221 181 174
Hex DD B5 AE

RGB Percentages of Color #ddb5ae

%38.37
%31.42
%30.21

CMYK Percentages of Color #ddb5ae

%0
%18
%21
%13

Triadic Colors of #ddb5ae

#ddb5ae #aeddb5 #b5aedd

Analogous Colors of #ddb5ae

#ddb5ae #ddcdae #ddaebf

Monochromatic Colors of #ddb5ae

#ddb5ae

Complementary Color

#ddb5ae #aed6dd

#ddb5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb5ae Color CSS Codes

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

#ddb5ae Text Font Color

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

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


#ddb5ae Background Color

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

This div background color is #ddb5ae


#ddb5ae Border Color

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

This div border color is #ddb5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb5ae


Comments

No comments written yet.

Please login to write comment.