Color Hex Logo

#b0ebbc Color Hex

#B0EBBC
(176,235,188)
0 Favorites   0 Comments

Color spaces of #b0ebbc

RGB 176235188
HSL0.370.600.81
HSV132°25°92°
CMYK 0.250.000.20   0.08
XYZ56.689972.277658.5401
Yxy72.27760.30230.3855
Hunter Lab85.0162-29.752418.6857
CIE-Lab88.1020-27.834916.8586

#b0ebbc color RGB value is (176,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101011 10111100
Octal 260 353 274
Decimal 176 235 188
Hex B0 EB BC

RGB Percentages of Color #b0ebbc

%29.38
%39.23
%31.39

CMYK Percentages of Color #b0ebbc

%25
%0
%20
%8

Triadic Colors of #b0ebbc

#b0ebbc #bcb0eb #ebbcb0

Analogous Colors of #b0ebbc

#b0ebbc #b0ebda #c2ebb0

Monochromatic Colors of #b0ebbc

#b0ebbc

Complementary Color

#b0ebbc #ebb0df

#b0ebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ebbc Color CSS Codes

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

#b0ebbc Text Font Color

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

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


#b0ebbc Background Color

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

This div background color is #b0ebbc


#b0ebbc Border Color

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

This div border color is #b0ebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ebbc


Comments

No comments written yet.

Please login to write comment.