Color Hex Logo

#d0aceb Color Hex

#D0ACEB
(208,172,235)
0 Favorites   0 Comments

Color spaces of #d0aceb

RGB 208172235
HSL0.760.610.80
HSV274°27°92°
CMYK 0.110.270.00   0.08
XYZ55.760348.913185.0995
Yxy48.91310.29380.2577
Hunter Lab69.937919.9237-23.1867
CIE-Lab75.397224.6140-26.6451

#d0aceb color RGB value is (208,172,235).

#d0aceb hex color red value is 208, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d0aceb hue: 0.76 , saturation: 0.61 and the lightness value of d0aceb is 0.80.

The process color (four color CMYK) of #d0aceb color hex is 0.11, 0.27, 0.00, 0.08. Web safe color of #d0aceb is #cc99ff. Color #d0aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101100 11101011
Octal 320 254 353
Decimal 208 172 235
Hex D0 AC EB

RGB Percentages of Color #d0aceb

%33.82
%27.97
%38.21

CMYK Percentages of Color #d0aceb

%11
%27
%0
%8

Triadic Colors of #d0aceb

#d0aceb #ebd0ac #acebd0

Analogous Colors of #d0aceb

#d0aceb #ebace7 #b1aceb

Monochromatic Colors of #d0aceb

#d0aceb

Complementary Color

#d0aceb #c7ebac

#d0aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aceb Color CSS Codes

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

#d0aceb Text Font Color

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

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


#d0aceb Background Color

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

This div background color is #d0aceb


#d0aceb Border Color

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

This div border color is #d0aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aceb


Comments

No comments written yet.

Please login to write comment.