Color Hex Logo

#d0aecc Color Hex

#D0AECC
(208,174,204)
0 Favorites   0 Comments

Color spaces of #d0aecc

RGB 208174204
HSL0.850.270.75
HSV307°16°82°
CMYK 0.000.160.02   0.18
XYZ52.047648.041663.6565
Yxy48.04160.31790.2934
Hunter Lab69.312012.7426-5.9338
CIE-Lab74.851217.4637-10.5939

#d0aecc color RGB value is (208,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101110 11001100
Octal 320 256 314
Decimal 208 174 204
Hex D0 AE CC

RGB Percentages of Color #d0aecc

%35.49
%29.69
%34.81

CMYK Percentages of Color #d0aecc

%0
%16
%2
%18

Triadic Colors of #d0aecc

#d0aecc #ccd0ae #aeccd0

Analogous Colors of #d0aecc

#d0aecc #d0aebb #c3aed0

Monochromatic Colors of #d0aecc

#d0aecc

Complementary Color

#d0aecc #aed0b2

#d0aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aecc Color CSS Codes

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

#d0aecc Text Font Color

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

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


#d0aecc Background Color

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

This div background color is #d0aecc


#d0aecc Border Color

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

This div border color is #d0aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aecc


Comments

No comments written yet.

Please login to write comment.