Color Hex Logo

#b0eebd Color Hex

#B0EEBD
(176,238,189)
0 Favorites   0 Comments

Color spaces of #b0eebd

RGB 176238189
HSL0.370.650.81
HSV133°26°93°
CMYK 0.260.000.21   0.07
XYZ57.664374.053359.3986
Yxy74.05330.30170.3875
Hunter Lab86.0542-30.983419.3133
CIE-Lab88.9477-29.082117.5254

#b0eebd color RGB value is (176,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101110 10111101
Octal 260 356 275
Decimal 176 238 189
Hex B0 EE BD

RGB Percentages of Color #b0eebd

%29.19
%39.47
%31.34

CMYK Percentages of Color #b0eebd

%26
%0
%21
%7

Triadic Colors of #b0eebd

#b0eebd #bdb0ee #eebdb0

Analogous Colors of #b0eebd

#b0eebd #b0eedc #c2eeb0

Monochromatic Colors of #b0eebd

#b0eebd

Complementary Color

#b0eebd #eeb0e1

#b0eebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0eebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0eebd Color CSS Codes

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

#b0eebd Text Font Color

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

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


#b0eebd Background Color

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

This div background color is #b0eebd


#b0eebd Border Color

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

This div border color is #b0eebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0eebd


Comments

No comments written yet.

Please login to write comment.