Color Hex Logo

#b8daeb Color Hex

#B8DAEB
(184,218,235)
0 Favorites   0 Comments

Color spaces of #b8daeb

RGB 184218235
HSL0.560.560.82
HSV200°22°92°
CMYK 0.220.070.00   0.08
XYZ59.834066.331388.2469
Yxy66.33130.27910.3094
Hunter Lab81.4440-11.3895-7.2316
CIE-Lab85.1651-7.5345-12.0477

#b8daeb color RGB value is (184,218,235).

#b8daeb hex color red value is 184, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b8daeb hue: 0.56 , saturation: 0.56 and the lightness value of b8daeb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011010 11101011
Octal 270 332 353
Decimal 184 218 235
Hex B8 DA EB

RGB Percentages of Color #b8daeb

%28.89
%34.22
%36.89

CMYK Percentages of Color #b8daeb

%22
%7
%0
%8

Triadic Colors of #b8daeb

#b8daeb #ebb8da #daebb8

Analogous Colors of #b8daeb

#b8daeb #b8c1eb #b8ebe3

Monochromatic Colors of #b8daeb

#b8daeb

Complementary Color

#b8daeb #ebc9b8

#b8daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8daeb Color CSS Codes

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

#b8daeb Text Font Color

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

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


#b8daeb Background Color

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

This div background color is #b8daeb


#b8daeb Border Color

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

This div border color is #b8daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8daeb


Comments

No comments written yet.

Please login to write comment.