Color Hex Logo

#b0eddf Color Hex

#B0EDDF
(176,237,223)
0 Favorites   0 Comments

Color spaces of #b0eddf

RGB 176237223
HSL0.460.630.81
HSV166°26°93°
CMYK 0.260.000.06   0.07
XYZ61.508075.126281.0710
Yxy75.12620.28250.3451
Hunter Lab86.6754-25.01185.2164
CIE-Lab89.4521-22.05310.5415

#b0eddf color RGB value is (176,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101101 11011111
Octal 260 355 337
Decimal 176 237 223
Hex B0 ED DF

RGB Percentages of Color #b0eddf

%27.67
%37.26
%35.06

CMYK Percentages of Color #b0eddf

%26
%0
%6
%7

Triadic Colors of #b0eddf

#b0eddf #dfb0ed #eddfb0

Analogous Colors of #b0eddf

#b0eddf #b0dded #b0edc1

Monochromatic Colors of #b0eddf

#b0eddf

Complementary Color

#b0eddf #edb0be

#b0eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0eddf Color CSS Codes

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

#b0eddf Text Font Color

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

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


#b0eddf Background Color

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

This div background color is #b0eddf


#b0eddf Border Color

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

This div border color is #b0eddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0eddf


Comments

No comments written yet.

Please login to write comment.