Color Hex Logo

#b8dbe9 Color Hex

#B8DBE9
(184,219,233)
0 Favorites   0 Comments

Color spaces of #b8dbe9

RGB 184219233
HSL0.550.530.82
HSV197°21°91°
CMYK 0.210.060.00   0.09
XYZ59.806766.736686.8201
Yxy66.73660.28030.3128
Hunter Lab81.6925-12.2828-5.8268
CIE-Lab85.3708-8.4860-10.6828

#b8dbe9 color RGB value is (184,219,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011011 11101001
Octal 270 333 351
Decimal 184 219 233
Hex B8 DB E9

RGB Percentages of Color #b8dbe9

%28.93
%34.43
%36.64

CMYK Percentages of Color #b8dbe9

%21
%6
%0
%9

Triadic Colors of #b8dbe9

#b8dbe9 #e9b8db #dbe9b8

Analogous Colors of #b8dbe9

#b8dbe9 #b8c3e9 #b8e9df

Monochromatic Colors of #b8dbe9

#b8dbe9

Complementary Color

#b8dbe9 #e9c6b8

#b8dbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dbe9 Color CSS Codes

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

#b8dbe9 Text Font Color

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

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


#b8dbe9 Background Color

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

This div background color is #b8dbe9


#b8dbe9 Border Color

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

This div border color is #b8dbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dbe9


Comments

No comments written yet.

Please login to write comment.