Color Hex Logo

#d0aabc Color Hex

#D0AABC
(208,170,188)
0 Favorites   0 Comments

Color spaces of #d0aabc

RGB 208170188
HSL0.920.290.74
HSV332°18°82°
CMYK 0.000.180.10   0.18
XYZ49.464345.790253.8083
Yxy45.79020.33180.3072
Hunter Lab67.668512.06020.2220
CIE-Lab73.409216.7962-3.9685

#d0aabc color RGB value is (208,170,188).

#d0aabc hex color red value is 208, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d0aabc hue: 0.92 , saturation: 0.29 and the lightness value of d0aabc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101010 10111100
Octal 320 252 274
Decimal 208 170 188
Hex D0 AA BC

RGB Percentages of Color #d0aabc

%36.75
%30.04
%33.22

CMYK Percentages of Color #d0aabc

%0
%18
%10
%18

Triadic Colors of #d0aabc

#d0aabc #bcd0aa #aabcd0

Analogous Colors of #d0aabc

#d0aabc #d0abaa #d0aacf

Monochromatic Colors of #d0aabc

#d0aabc

Complementary Color

#d0aabc #aad0be

#d0aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aabc Color CSS Codes

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

#d0aabc Text Font Color

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

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


#d0aabc Background Color

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

This div background color is #d0aabc


#d0aabc Border Color

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

This div border color is #d0aabc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,170,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 #d0aabc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aabc


Comments

No comments written yet.

Please login to write comment.