Color Hex Logo

#b0daeb Color Hex

#B0DAEB
(176,218,235)
0 Favorites   0 Comments

Color spaces of #b0daeb

RGB 176218235
HSL0.550.600.81
HSV197°25°92°
CMYK 0.250.070.00   0.08
XYZ57.971365.371188.1597
Yxy65.37110.27410.3091
Hunter Lab80.8524-13.5069-8.0519
CIE-Lab84.6746-9.9139-12.8320

#b0daeb color RGB value is (176,218,235).

#b0daeb hex color red value is 176, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b0daeb hue: 0.55 , saturation: 0.60 and the lightness value of b0daeb is 0.81.

The process color (four color CMYK) of #b0daeb color hex is 0.25, 0.07, 0.00, 0.08. Web safe color of #b0daeb is #99ccff. Color #b0daeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011010 11101011
Octal 260 332 353
Decimal 176 218 235
Hex B0 DA EB

RGB Percentages of Color #b0daeb

%27.98
%34.66
%37.36

CMYK Percentages of Color #b0daeb

%25
%7
%0
%8

Triadic Colors of #b0daeb

#b0daeb #ebb0da #daebb0

Analogous Colors of #b0daeb

#b0daeb #b0bdeb #b0ebdf

Monochromatic Colors of #b0daeb

#b0daeb

Complementary Color

#b0daeb #ebc1b0

#b0daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0daeb Color CSS Codes

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

#b0daeb Text Font Color

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

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


#b0daeb Background Color

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

This div background color is #b0daeb


#b0daeb Border Color

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

This div border color is #b0daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0daeb


Comments

No comments written yet.

Please login to write comment.