Color Hex Logo

#b0eedf Color Hex

#B0EEDF
(176,238,223)
0 Favorites   0 Comments

Color spaces of #b0eedf

RGB 176238223
HSL0.460.650.81
HSV165°26°93°
CMYK 0.260.000.06   0.07
XYZ61.798375.706981.1678
Yxy75.70690.28260.3462
Hunter Lab87.0097-25.48815.5976
CIE-Lab89.7231-22.54190.9366

#b0eedf color RGB value is (176,238,223).

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

The process color (four color CMYK) of #b0eedf color hex is 0.26, 0.00, 0.06, 0.07. Web safe color of #b0eedf is #99ffcc. Color #b0eedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101110 11011111
Octal 260 356 337
Decimal 176 238 223
Hex B0 EE DF

RGB Percentages of Color #b0eedf

%27.63
%37.36
%35.01

CMYK Percentages of Color #b0eedf

%26
%0
%6
%7

Triadic Colors of #b0eedf

#b0eedf #dfb0ee #eedfb0

Analogous Colors of #b0eedf

#b0eedf #b0deee #b0eec0

Monochromatic Colors of #b0eedf

#b0eedf

Complementary Color

#b0eedf #eeb0bf

#b0eedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0eedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0eedf Color CSS Codes

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

#b0eedf Text Font Color

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

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


#b0eedf Background Color

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

This div background color is #b0eedf


#b0eedf Border Color

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

This div border color is #b0eedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0eedf


Comments

No comments written yet.

Please login to write comment.