Color Hex Logo

#d9baed Color Hex

#D9BAED
(217,186,237)
0 Favorites   0 Comments

Color spaces of #d9baed

RGB 217186237
HSL0.770.590.83
HSV276°22°93°
CMYK 0.080.220.00   0.07
XYZ61.460255.983987.6874
Yxy55.98390.29960.2729
Hunter Lab74.822415.6833-17.1087
CIE-Lab79.604720.2806-21.2398

#d9baed color RGB value is (217,186,237).

#d9baed hex color red value is 217, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d9baed hue: 0.77 , saturation: 0.59 and the lightness value of d9baed is 0.83.

The process color (four color CMYK) of #d9baed color hex is 0.08, 0.22, 0.00, 0.07. Web safe color of #d9baed is #ccccff. Color #d9baed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111010 11101101
Octal 331 272 355
Decimal 217 186 237
Hex D9 BA ED

RGB Percentages of Color #d9baed

%33.91
%29.06
%37.03

CMYK Percentages of Color #d9baed

%8
%22
%0
%7

Triadic Colors of #d9baed

#d9baed #edd9ba #baedd9

Analogous Colors of #d9baed

#d9baed #edbae8 #c0baed

Monochromatic Colors of #d9baed

#d9baed

Complementary Color

#d9baed #ceedba

#d9baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9baed Color CSS Codes

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

#d9baed Text Font Color

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

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


#d9baed Background Color

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

This div background color is #d9baed


#d9baed Border Color

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

This div border color is #d9baed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,186,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9baed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9baed;
  -webkit-box-shadow: 1px 1px 3px 2px #d9baed;
  box-shadow:         1px 1px 3px 2px #d9baed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,186,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9baed


Comments

No comments written yet.

Please login to write comment.