Color Hex Logo

#b8dbeb Color Hex

#B8DBEB
(184,219,235)
0 Favorites   0 Comments

Color spaces of #b8dbeb

RGB 184219235
HSL0.550.560.82
HSV199°22°92°
CMYK 0.220.070.00   0.08
XYZ60.094166.851588.3336
Yxy66.85150.27910.3105
Hunter Lab81.7628-11.8907-6.8209
CIE-Lab85.4289-8.0514-11.6540

#b8dbeb color RGB value is (184,219,235).

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

The process color (four color CMYK) of #b8dbeb color hex is 0.22, 0.07, 0.00, 0.08. Web safe color of #b8dbeb is #ccccff. Color #b8dbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011011 11101011
Octal 270 333 353
Decimal 184 219 235
Hex B8 DB EB

RGB Percentages of Color #b8dbeb

%28.84
%34.33
%36.83

CMYK Percentages of Color #b8dbeb

%22
%7
%0
%8

Triadic Colors of #b8dbeb

#b8dbeb #ebb8db #dbebb8

Analogous Colors of #b8dbeb

#b8dbeb #b8c2eb #b8ebe2

Monochromatic Colors of #b8dbeb

#b8dbeb

Complementary Color

#b8dbeb #ebc8b8

#b8dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dbeb Color CSS Codes

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

#b8dbeb Text Font Color

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

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


#b8dbeb Background Color

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

This div background color is #b8dbeb


#b8dbeb Border Color

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

This div border color is #b8dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dbeb


Comments

No comments written yet.

Please login to write comment.