Color Hex Logo

#d0aebc Color Hex

#D0AEBC
(208,174,188)
0 Favorites   0 Comments

Color spaces of #d0aebc

RGB 208174188
HSL0.930.270.75
HSV335°16°82°
CMYK 0.000.160.10   0.18
XYZ50.225647.312854.0621
Yxy47.31280.33130.3121
Hunter Lab68.78439.96641.5491
CIE-Lab74.389414.6239-2.5267

#d0aebc color RGB value is (208,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101110 10111100
Octal 320 256 274
Decimal 208 174 188
Hex D0 AE BC

RGB Percentages of Color #d0aebc

%36.49
%30.53
%32.98

CMYK Percentages of Color #d0aebc

%0
%16
%10
%18

Triadic Colors of #d0aebc

#d0aebc #bcd0ae #aebcd0

Analogous Colors of #d0aebc

#d0aebc #d0b1ae #d0aecd

Monochromatic Colors of #d0aebc

#d0aebc

Complementary Color

#d0aebc #aed0c2

#d0aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aebc Color CSS Codes

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

#d0aebc Text Font Color

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

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


#d0aebc Background Color

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

This div background color is #d0aebc


#d0aebc Border Color

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

This div border color is #d0aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aebc


Comments

No comments written yet.

Please login to write comment.