Color Hex Logo

#b0ebeb Color Hex

#B0EBEB
(176,235,235)
0 Favorites   0 Comments

Color spaces of #b0ebeb

RGB 176235235
HSL0.500.600.81
HSV180°25°92°
CMYK 0.250.000.00   0.08
XYZ62.608274.644989.7054
Yxy74.64490.27590.3289
Hunter Lab86.3973-21.8444-1.0821
CIE-Lab89.2264-18.5170-6.0672

#b0ebeb color RGB value is (176,235,235).

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

The process color (four color CMYK) of #b0ebeb color hex is 0.25, 0.00, 0.00, 0.08. Web safe color of #b0ebeb is #99ffff. Color #b0ebeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101011 11101011
Octal 260 353 353
Decimal 176 235 235
Hex B0 EB EB

RGB Percentages of Color #b0ebeb

%27.24
%36.38
%36.38

CMYK Percentages of Color #b0ebeb

%25
%0
%0
%8

Triadic Colors of #b0ebeb

#b0ebeb #ebb0eb #ebebb0

Analogous Colors of #b0ebeb

#b0ebeb #b0ceeb #b0ebce

Monochromatic Colors of #b0ebeb

#b0ebeb

Complementary Color

#b0ebeb #ebb0b0

#b0ebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ebeb Color CSS Codes

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

#b0ebeb Text Font Color

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

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


#b0ebeb Background Color

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

This div background color is #b0ebeb


#b0ebeb Border Color

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

This div border color is #b0ebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ebeb


Comments

No comments written yet.

Please login to write comment.