Color Hex Logo

#b0eaff Color Hex

#B0EAFF
(176,234,255)
0 Favorites   0 Comments

Color spaces of #b0eaff

RGB 176234255
HSL0.541.000.85
HSV196°31°100°
CMYK 0.310.080.00   0.00
XYZ65.377375.2957105.6955
Yxy75.29570.26540.3056
Hunter Lab86.7731-17.3660-11.4781
CIE-Lab89.5313-13.5097-16.0784

#b0eaff color RGB value is (176,234,255).

#b0eaff hex color red value is 176, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b0eaff hue: 0.54 , saturation: 1.00 and the lightness value of b0eaff is 0.85.

The process color (four color CMYK) of #b0eaff color hex is 0.31, 0.08, 0.00, 0.00. Web safe color of #b0eaff is #99ffff. Color #b0eaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101010 11111111
Octal 260 352 377
Decimal 176 234 255
Hex B0 EA FF

RGB Percentages of Color #b0eaff

%26.47
%35.19
%38.35

CMYK Percentages of Color #b0eaff

%31
%8
%0
%0

Triadic Colors of #b0eaff

#b0eaff #ffb0ea #eaffb0

Analogous Colors of #b0eaff

#b0eaff #b0c3ff #b0ffed

Monochromatic Colors of #b0eaff

#b0eaff

Complementary Color

#b0eaff #ffc5b0

#b0eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0eaff Color CSS Codes

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

#b0eaff Text Font Color

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

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


#b0eaff Background Color

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

This div background color is #b0eaff


#b0eaff Border Color

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

This div border color is #b0eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0eaff


Comments

No comments written yet.

Please login to write comment.