Color Hex Logo

#b8dbfa Color Hex

#B8DBFA
(184,219,250)
0 Favorites   0 Comments

Color spaces of #b8dbfa

RGB 184219250
HSL0.580.870.85
HSV208°26°98°
CMYK 0.260.120.00   0.02
XYZ62.354067.7555100.2342
Yxy67.75550.27070.2941
Hunter Lab82.3137-8.8323-14.5784
CIE-Lab85.8840-4.6999-18.8956

#b8dbfa color RGB value is (184,219,250).

#b8dbfa hex color red value is 184, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b8dbfa hue: 0.58 , saturation: 0.87 and the lightness value of b8dbfa is 0.85.

The process color (four color CMYK) of #b8dbfa color hex is 0.26, 0.12, 0.00, 0.02. Web safe color of #b8dbfa is #ccccff. Color #b8dbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011011 11111010
Octal 270 333 372
Decimal 184 219 250
Hex B8 DB FA

RGB Percentages of Color #b8dbfa

%28.18
%33.54
%38.28

CMYK Percentages of Color #b8dbfa

%26
%12
%0
%2

Triadic Colors of #b8dbfa

#b8dbfa #fab8db #dbfab8

Analogous Colors of #b8dbfa

#b8dbfa #b8bafa #b8faf8

Monochromatic Colors of #b8dbfa

#b8dbfa

Complementary Color

#b8dbfa #fad7b8

#b8dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dbfa Color CSS Codes

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

#b8dbfa Text Font Color

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

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


#b8dbfa Background Color

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

This div background color is #b8dbfa


#b8dbfa Border Color

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

This div border color is #b8dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dbfa


Comments

No comments written yet.

Please login to write comment.