Color Hex Logo

#b0e0bc Color Hex

#B0E0BC
(176,224,188)
0 Favorites   0 Comments

Color spaces of #b0e0bc

RGB 176224188
HSL0.380.440.78
HSV135°21°88°
CMYK 0.210.000.16   0.12
XYZ53.637366.172357.5225
Yxy66.17230.30250.3732
Hunter Lab81.3464-24.658715.0167
CIE-Lab85.0842-22.521312.6033

#b0e0bc color RGB value is (176,224,188).

#b0e0bc hex color red value is 176, green value is 224 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b0e0bc hue: 0.38 , saturation: 0.44 and the lightness value of b0e0bc is 0.78.

The process color (four color CMYK) of #b0e0bc color hex is 0.21, 0.00, 0.16, 0.12. Web safe color of #b0e0bc is #99cccc. Color #b0e0bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11100000 10111100
Octal 260 340 274
Decimal 176 224 188
Hex B0 E0 BC

RGB Percentages of Color #b0e0bc

%29.93
%38.10
%31.97

CMYK Percentages of Color #b0e0bc

%21
%0
%16
%12

Triadic Colors of #b0e0bc

#b0e0bc #bcb0e0 #e0bcb0

Analogous Colors of #b0e0bc

#b0e0bc #b0e0d4 #bce0b0

Monochromatic Colors of #b0e0bc

#b0e0bc

Complementary Color

#b0e0bc #e0b0d4

#b0e0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0e0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0e0bc Color CSS Codes

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

#b0e0bc Text Font Color

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

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


#b0e0bc Background Color

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

This div background color is #b0e0bc


#b0e0bc Border Color

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

This div border color is #b0e0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0e0bc


Comments

No comments written yet.

Please login to write comment.