Color Hex Logo

#d0aebd Color Hex

#D0AEBD
(208,174,189)
0 Favorites   0 Comments

Color spaces of #d0aebd

RGB 208174189
HSL0.930.270.75
HSV334°16°82°
CMYK 0.000.160.09   0.18
XYZ50.333847.356154.6319
Yxy47.35610.33040.3109
Hunter Lab68.815810.13241.1015
CIE-Lab74.417014.7952-3.0336

#d0aebd color RGB value is (208,174,189).

#d0aebd hex color red value is 208, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d0aebd hue: 0.93 , saturation: 0.27 and the lightness value of d0aebd is 0.75.

The process color (four color CMYK) of #d0aebd color hex is 0.00, 0.16, 0.09, 0.18. Web safe color of #d0aebd is #cc99cc. Color #d0aebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101110 10111101
Octal 320 256 275
Decimal 208 174 189
Hex D0 AE BD

RGB Percentages of Color #d0aebd

%36.43
%30.47
%33.10

CMYK Percentages of Color #d0aebd

%0
%16
%9
%18

Triadic Colors of #d0aebd

#d0aebd #bdd0ae #aebdd0

Analogous Colors of #d0aebd

#d0aebd #d0b0ae #d0aece

Monochromatic Colors of #d0aebd

#d0aebd

Complementary Color

#d0aebd #aed0c1

#d0aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aebd Color CSS Codes

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

#d0aebd Text Font Color

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

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


#d0aebd Background Color

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

This div background color is #d0aebd


#d0aebd Border Color

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

This div border color is #d0aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aebd


Comments

No comments written yet.

Please login to write comment.