Color Hex Logo

#b0dcbf Color Hex

#B0DCBF
(176,220,191)
0 Favorites   0 Comments

Color spaces of #b0dcbf

RGB 176220191
HSL0.390.390.78
HSV140°20°86°
CMYK 0.200.000.13   0.14
XYZ52.901764.178158.8896
Yxy64.17810.30060.3647
Hunter Lab80.1112-22.321612.4939
CIE-Lab84.0584-19.99739.5638

#b0dcbf color RGB value is (176,220,191).

#b0dcbf hex color red value is 176, green value is 220 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b0dcbf hue: 0.39 , saturation: 0.39 and the lightness value of b0dcbf is 0.78.

The process color (four color CMYK) of #b0dcbf color hex is 0.20, 0.00, 0.13, 0.14. Web safe color of #b0dcbf is #99cccc. Color #b0dcbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011100 10111111
Octal 260 334 277
Decimal 176 220 191
Hex B0 DC BF

RGB Percentages of Color #b0dcbf

%29.98
%37.48
%32.54

CMYK Percentages of Color #b0dcbf

%20
%0
%13
%14

Triadic Colors of #b0dcbf

#b0dcbf #bfb0dc #dcbfb0

Analogous Colors of #b0dcbf

#b0dcbf #b0dcd5 #b7dcb0

Monochromatic Colors of #b0dcbf

#b0dcbf

Complementary Color

#b0dcbf #dcb0cd

#b0dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0dcbf Color CSS Codes

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

#b0dcbf Text Font Color

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

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


#b0dcbf Background Color

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

This div background color is #b0dcbf


#b0dcbf Border Color

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

This div border color is #b0dcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0dcbf


Comments

No comments written yet.

Please login to write comment.