Color Hex Logo

#d9beef Color Hex

#D9BEEF
(217,190,239)
0 Favorites   0 Comments

Color spaces of #d9beef

RGB 217190239
HSL0.760.600.84
HSV273°21°94°
CMYK 0.090.210.00   0.06
XYZ62.608757.810689.5201
Yxy57.81060.29820.2754
Hunter Lab76.033313.9255-16.5836
CIE-Lab80.633418.5231-20.7536

#d9beef color RGB value is (217,190,239).

#d9beef hex color red value is 217, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d9beef hue: 0.76 , saturation: 0.60 and the lightness value of d9beef is 0.84.

The process color (four color CMYK) of #d9beef color hex is 0.09, 0.21, 0.00, 0.06. Web safe color of #d9beef is #ccccff. Color #d9beef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111110 11101111
Octal 331 276 357
Decimal 217 190 239
Hex D9 BE EF

RGB Percentages of Color #d9beef

%33.59
%29.41
%37.00

CMYK Percentages of Color #d9beef

%9
%21
%0
%6

Triadic Colors of #d9beef

#d9beef #efd9be #beefd9

Analogous Colors of #d9beef

#d9beef #efbeed #c1beef

Monochromatic Colors of #d9beef

#d9beef

Complementary Color

#d9beef #d4efbe

#d9beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9beef Color CSS Codes

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

#d9beef Text Font Color

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

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


#d9beef Background Color

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

This div background color is #d9beef


#d9beef Border Color

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

This div border color is #d9beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9beef


Comments

No comments written yet.

Please login to write comment.