Color Hex Logo

#b8dbfe Color Hex

#B8DBFE
(184,219,254)
0 Favorites   0 Comments

Color spaces of #b8dbfe

RGB 184219254
HSL0.580.970.86
HSV210°28°100°
CMYK 0.280.140.00   0.00
XYZ62.988168.0091103.5732
Yxy68.00910.26850.2899
Hunter Lab82.4676-7.9815-16.7365
CIE-Lab86.0110-3.7793-20.8136

#b8dbfe color RGB value is (184,219,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011011 11111110
Octal 270 333 376
Decimal 184 219 254
Hex B8 DB FE

RGB Percentages of Color #b8dbfe

%28.01
%33.33
%38.66

CMYK Percentages of Color #b8dbfe

%28
%14
%0
%0

Triadic Colors of #b8dbfe

#b8dbfe #feb8db #dbfeb8

Analogous Colors of #b8dbfe

#b8dbfe #b8b8fe #b8fefe

Monochromatic Colors of #b8dbfe

#b8dbfe

Complementary Color

#b8dbfe #fedbb8

#b8dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dbfe Color CSS Codes

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

#b8dbfe Text Font Color

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

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


#b8dbfe Background Color

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

This div background color is #b8dbfe


#b8dbfe Border Color

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

This div border color is #b8dbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.