Color Hex Logo

#d5acee Color Hex

#D5ACEE
(213,172,238)
0 Favorites   0 Comments

Color spaces of #d5acee

RGB 213172238
HSL0.770.660.80
HSV277°28°93°
CMYK 0.110.280.00   0.07
XYZ57.625749.824287.4688
Yxy49.82420.29560.2556
Hunter Lab70.586322.1991-24.0604
CIE-Lab75.961226.7994-27.3668

#d5acee color RGB value is (213,172,238).

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

The process color (four color CMYK) of #d5acee color hex is 0.11, 0.28, 0.00, 0.07. Web safe color of #d5acee is #cc99ff. Color #d5acee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101100 11101110
Octal 325 254 356
Decimal 213 172 238
Hex D5 AC EE

RGB Percentages of Color #d5acee

%34.19
%27.61
%38.20

CMYK Percentages of Color #d5acee

%11
%28
%0
%7

Triadic Colors of #d5acee

#d5acee #eed5ac #aceed5

Analogous Colors of #d5acee

#d5acee #eeace6 #b4acee

Monochromatic Colors of #d5acee

#d5acee

Complementary Color

#d5acee #c5eeac

#d5acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5acee Color CSS Codes

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

#d5acee Text Font Color

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

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


#d5acee Background Color

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

This div background color is #d5acee


#d5acee Border Color

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

This div border color is #d5acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5acee


Comments

No comments written yet.

Please login to write comment.