Color Hex Logo

#d9beeb Color Hex

#D9BEEB
(217,190,235)
0 Favorites   0 Comments

Color spaces of #d9beeb

RGB 217190235
HSL0.770.530.83
HSV276°19°92°
CMYK 0.080.190.00   0.08
XYZ62.024157.576886.4417
Yxy57.57680.30100.2794
Hunter Lab75.879413.1177-14.4275
CIE-Lab80.502917.7270-18.8057

#d9beeb color RGB value is (217,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111110 11101011
Octal 331 276 353
Decimal 217 190 235
Hex D9 BE EB

RGB Percentages of Color #d9beeb

%33.80
%29.60
%36.60

CMYK Percentages of Color #d9beeb

%8
%19
%0
%8

Triadic Colors of #d9beeb

#d9beeb #ebd9be #beebd9

Analogous Colors of #d9beeb

#d9beeb #ebbee7 #c3beeb

Monochromatic Colors of #d9beeb

#d9beeb

Complementary Color

#d9beeb #d0ebbe

#d9beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9beeb Color CSS Codes

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

#d9beeb Text Font Color

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

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


#d9beeb Background Color

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

This div background color is #d9beeb


#d9beeb Border Color

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

This div border color is #d9beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9beeb


Comments

No comments written yet.

Please login to write comment.