Color Hex Logo

#b0dcbc Color Hex

#B0DCBC
(176,220,188)
0 Favorites   0 Comments

Color spaces of #b0dcbc

RGB 176220188
HSL0.380.390.78
HSV136°20°86°
CMYK 0.200.000.15   0.14
XYZ52.574864.047357.1683
Yxy64.04730.30250.3685
Hunter Lab80.0296-22.787513.6675
CIE-Lab83.9904-20.553011.0499

#b0dcbc color RGB value is (176,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011100 10111100
Octal 260 334 274
Decimal 176 220 188
Hex B0 DC BC

RGB Percentages of Color #b0dcbc

%30.14
%37.67
%32.19

CMYK Percentages of Color #b0dcbc

%20
%0
%15
%14

Triadic Colors of #b0dcbc

#b0dcbc #bcb0dc #dcbcb0

Analogous Colors of #b0dcbc

#b0dcbc #b0dcd2 #badcb0

Monochromatic Colors of #b0dcbc

#b0dcbc

Complementary Color

#b0dcbc #dcb0d0

#b0dcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0dcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0dcbc Color CSS Codes

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

#b0dcbc Text Font Color

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

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


#b0dcbc Background Color

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

This div background color is #b0dcbc


#b0dcbc Border Color

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

This div border color is #b0dcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0dcbc


Comments

No comments written yet.

Please login to write comment.