Color Hex Logo

#b8dbea Color Hex

#B8DBEA
(184,219,234)
0 Favorites   0 Comments

Color spaces of #b8dbea

RGB 184219234
HSL0.550.540.82
HSV198°21°92°
CMYK 0.210.060.00   0.08
XYZ59.950066.793987.5747
Yxy66.79390.27970.3117
Hunter Lab81.7275-12.0872-6.3226
CIE-Lab85.3998-8.2691-11.1685

#b8dbea color RGB value is (184,219,234).

#b8dbea hex color red value is 184, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b8dbea hue: 0.55 , saturation: 0.54 and the lightness value of b8dbea is 0.82.

The process color (four color CMYK) of #b8dbea color hex is 0.21, 0.06, 0.00, 0.08. Web safe color of #b8dbea is #ccccff. Color #b8dbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011011 11101010
Octal 270 333 352
Decimal 184 219 234
Hex B8 DB EA

RGB Percentages of Color #b8dbea

%28.89
%34.38
%36.73

CMYK Percentages of Color #b8dbea

%21
%6
%0
%8

Triadic Colors of #b8dbea

#b8dbea #eab8db #dbeab8

Analogous Colors of #b8dbea

#b8dbea #b8c2ea #b8eae0

Monochromatic Colors of #b8dbea

#b8dbea

Complementary Color

#b8dbea #eac7b8

#b8dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dbea Color CSS Codes

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

#b8dbea Text Font Color

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

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


#b8dbea Background Color

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

This div background color is #b8dbea


#b8dbea Border Color

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

This div border color is #b8dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dbea

#b8dbea Color Palettes


Comments

No comments written yet.

Please login to write comment.