Color Hex Logo

#b0ebdf Color Hex

#B0EBDF
(176,235,223)
0 Favorites   0 Comments

Color spaces of #b0ebdf

RGB 176235223
HSL0.470.600.81
HSV168°25°92°
CMYK 0.250.000.05   0.08
XYZ60.932173.974580.8791
Yxy73.97450.28240.3428
Hunter Lab86.0084-24.05764.4518
CIE-Lab88.9104-21.0724-0.2493

#b0ebdf color RGB value is (176,235,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101011 11011111
Octal 260 353 337
Decimal 176 235 223
Hex B0 EB DF

RGB Percentages of Color #b0ebdf

%27.76
%37.07
%35.17

CMYK Percentages of Color #b0ebdf

%25
%0
%5
%8

Triadic Colors of #b0ebdf

#b0ebdf #dfb0eb #ebdfb0

Analogous Colors of #b0ebdf

#b0ebdf #b0daeb #b0ebc2

Monochromatic Colors of #b0ebdf

#b0ebdf

Complementary Color

#b0ebdf #ebb0bc

#b0ebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ebdf Color CSS Codes

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

#b0ebdf Text Font Color

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

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


#b0ebdf Background Color

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

This div background color is #b0ebdf


#b0ebdf Border Color

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

This div border color is #b0ebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ebdf


Comments

No comments written yet.

Please login to write comment.