Color Hex Logo

#d8aeeb Color Hex

#D8AEEB
(216,174,235)
0 Favorites   0 Comments

Color spaces of #d8aeeb

RGB 216174235
HSL0.780.600.80
HSV281°26°92°
CMYK 0.080.260.00   0.08
XYZ58.450450.869285.3353
Yxy50.86920.30030.2613
Hunter Lab71.322621.4698-21.0128
CIE-Lab76.599726.0566-24.7419

#d8aeeb color RGB value is (216,174,235).

#d8aeeb hex color red value is 216, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d8aeeb hue: 0.78 , saturation: 0.60 and the lightness value of d8aeeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101110 11101011
Octal 330 256 353
Decimal 216 174 235
Hex D8 AE EB

RGB Percentages of Color #d8aeeb

%34.56
%27.84
%37.60

CMYK Percentages of Color #d8aeeb

%8
%26
%0
%8

Triadic Colors of #d8aeeb

#d8aeeb #ebd8ae #aeebd8

Analogous Colors of #d8aeeb

#d8aeeb #ebaee0 #baaeeb

Monochromatic Colors of #d8aeeb

#d8aeeb

Complementary Color

#d8aeeb #c1ebae

#d8aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8aeeb Color CSS Codes

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

#d8aeeb Text Font Color

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

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


#d8aeeb Background Color

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

This div background color is #d8aeeb


#d8aeeb Border Color

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

This div border color is #d8aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8aeeb


Comments

No comments written yet.

Please login to write comment.