Color Hex Logo

#b8dafe Color Hex

#B8DAFE
(184,218,254)
0 Favorites   0 Comments

Color spaces of #b8dafe

RGB 184218254
HSL0.590.970.86
HSV211°28°100°
CMYK 0.280.140.00   0.00
XYZ62.728067.4889103.4865
Yxy67.48890.26840.2888
Hunter Lab82.1516-7.4692-17.1815
CIE-Lab85.7502-3.2562-21.2083

#b8dafe color RGB value is (184,218,254).

#b8dafe hex color red value is 184, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b8dafe hue: 0.59 , saturation: 0.97 and the lightness value of b8dafe is 0.86.

The process color (four color CMYK) of #b8dafe color hex is 0.28, 0.14, 0.00, 0.00. Web safe color of #b8dafe is #ccccff. Color #b8dafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011010 11111110
Octal 270 332 376
Decimal 184 218 254
Hex B8 DA FE

RGB Percentages of Color #b8dafe

%28.05
%33.23
%38.72

CMYK Percentages of Color #b8dafe

%28
%14
%0
%0

Triadic Colors of #b8dafe

#b8dafe #feb8da #dafeb8

Analogous Colors of #b8dafe

#b8dafe #b9b8fe #b8fdfe

Monochromatic Colors of #b8dafe

#b8dafe

Complementary Color

#b8dafe #fedcb8

#b8dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dafe Color CSS Codes

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

#b8dafe Text Font Color

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

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


#b8dafe Background Color

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

This div background color is #b8dafe


#b8dafe Border Color

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

This div border color is #b8dafe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,218,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8dafe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8dafe;
  -webkit-box-shadow: 1px 1px 3px 2px #b8dafe;
  box-shadow:         1px 1px 3px 2px #b8dafe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,218,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dafe


Comments

No comments written yet.

Please login to write comment.