Color Hex Logo

#b8dbff Color Hex

#B8DBFF
(184,219,255)
0 Favorites   0 Comments

Color spaces of #b8dbff

RGB 184219255
HSL0.581.000.86
HSV210°28°100°
CMYK 0.280.140.00   0.00
XYZ63.148768.0734104.4189
Yxy68.07340.26800.2889
Hunter Lab82.5066-7.7667-17.2818
CIE-Lab86.0431-3.5477-21.2921

#b8dbff color RGB value is (184,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011011 11111111
Octal 270 333 377
Decimal 184 219 255
Hex B8 DB FF

RGB Percentages of Color #b8dbff

%27.96
%33.28
%38.75

CMYK Percentages of Color #b8dbff

%28
%14
%0
%0

Triadic Colors of #b8dbff

#b8dbff #ffb8db #dbffb8

Analogous Colors of #b8dbff

#b8dbff #b9b8ff #b8ffff

Monochromatic Colors of #b8dbff

#b8dbff

Complementary Color

#b8dbff #ffdcb8

#b8dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dbff Color CSS Codes

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

#b8dbff Text Font Color

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

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


#b8dbff Background Color

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

This div background color is #b8dbff


#b8dbff Border Color

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

This div border color is #b8dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dbff

#b8dbff Color Palettes


Comments

No comments written yet.

Please login to write comment.