Color Hex Logo

#b0deef Color Hex

#B0DEEF
(176,222,239)
0 Favorites   0 Comments

Color spaces of #b0deef

RGB 176222239
HSL0.540.660.81
HSV196°26°94°
CMYK 0.260.070.00   0.06
XYZ59.605867.704791.5881
Yxy67.70470.27230.3093
Hunter Lab82.2829-14.6894-8.3970
CIE-Lab85.8586-11.0690-13.1764

#b0deef color RGB value is (176,222,239).

#b0deef hex color red value is 176, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b0deef hue: 0.54 , saturation: 0.66 and the lightness value of b0deef is 0.81.

The process color (four color CMYK) of #b0deef color hex is 0.26, 0.07, 0.00, 0.06. Web safe color of #b0deef is #99ccff. Color #b0deef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011110 11101111
Octal 260 336 357
Decimal 176 222 239
Hex B0 DE EF

RGB Percentages of Color #b0deef

%27.63
%34.85
%37.52

CMYK Percentages of Color #b0deef

%26
%7
%0
%6

Triadic Colors of #b0deef

#b0deef #efb0de #deefb0

Analogous Colors of #b0deef

#b0deef #b0bfef #b0efe1

Monochromatic Colors of #b0deef

#b0deef

Complementary Color

#b0deef #efc1b0

#b0deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0deef Color CSS Codes

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

#b0deef Text Font Color

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

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


#b0deef Background Color

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

This div background color is #b0deef


#b0deef Border Color

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

This div border color is #b0deef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,222,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0deef


Comments

No comments written yet.

Please login to write comment.