Color Hex Logo

#d8beef Color Hex

#D8BEEF
(216,190,239)
0 Favorites   0 Comments

Color spaces of #d8beef

RGB 216190239
HSL0.760.600.84
HSV272°21°94°
CMYK 0.100.210.00   0.06
XYZ62.312357.657889.5062
Yxy57.65780.29750.2752
Hunter Lab75.932713.5993-16.7356
CIE-Lab80.548218.2028-20.8908

#d8beef color RGB value is (216,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111110 11101111
Octal 330 276 357
Decimal 216 190 239
Hex D8 BE EF

RGB Percentages of Color #d8beef

%33.49
%29.46
%37.05

CMYK Percentages of Color #d8beef

%10
%21
%0
%6

Triadic Colors of #d8beef

#d8beef #efd8be #beefd8

Analogous Colors of #d8beef

#d8beef #efbeee #c0beef

Monochromatic Colors of #d8beef

#d8beef

Complementary Color

#d8beef #d5efbe

#d8beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8beef Color CSS Codes

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

#d8beef Text Font Color

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

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


#d8beef Background Color

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

This div background color is #d8beef


#d8beef Border Color

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

This div border color is #d8beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8beef


Comments

No comments written yet.

Please login to write comment.