Color Hex Logo

#d5aeeb Color Hex

#D5AEEB
(213,174,235)
0 Favorites   0 Comments

Color spaces of #d5aeeb

RGB 213174235
HSL0.770.600.80
HSV278°26°92°
CMYK 0.090.260.00   0.08
XYZ57.572050.416485.2942
Yxy50.41640.29790.2608
Hunter Lab71.004520.4738-21.5190
CIE-Lab76.324125.1037-25.1874

#d5aeeb color RGB value is (213,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101110 11101011
Octal 325 256 353
Decimal 213 174 235
Hex D5 AE EB

RGB Percentages of Color #d5aeeb

%34.24
%27.97
%37.78

CMYK Percentages of Color #d5aeeb

%9
%26
%0
%8

Triadic Colors of #d5aeeb

#d5aeeb #ebd5ae #aeebd5

Analogous Colors of #d5aeeb

#d5aeeb #ebaee3 #b7aeeb

Monochromatic Colors of #d5aeeb

#d5aeeb

Complementary Color

#d5aeeb #c4ebae

#d5aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5aeeb Color CSS Codes

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

#d5aeeb Text Font Color

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

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


#d5aeeb Background Color

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

This div background color is #d5aeeb


#d5aeeb Border Color

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

This div border color is #d5aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5aeeb


Comments

No comments written yet.

Please login to write comment.