Color Hex Logo

#b2d7bc Color Hex

#B2D7BC
(178,215,188)
0 Favorites   0 Comments

Color spaces of #b2d7bc

RGB 178215188
HSL0.380.320.77
HSV136°17°84°
CMYK 0.170.000.13   0.16
XYZ51.737661.696756.7587
Yxy61.69670.30400.3625
Hunter Lab78.5472-19.883112.1398
CIE-Lab82.7519-17.40489.3008

#b2d7bc color RGB value is (178,215,188).

#b2d7bc hex color red value is 178, green value is 215 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b2d7bc hue: 0.38 , saturation: 0.32 and the lightness value of b2d7bc is 0.77.

The process color (four color CMYK) of #b2d7bc color hex is 0.17, 0.00, 0.13, 0.16. Web safe color of #b2d7bc is #99cccc. Color #b2d7bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11010111 10111100
Octal 262 327 274
Decimal 178 215 188
Hex B2 D7 BC

RGB Percentages of Color #b2d7bc

%30.64
%37.01
%32.36

CMYK Percentages of Color #b2d7bc

%17
%0
%13
%16

Triadic Colors of #b2d7bc

#b2d7bc #bcb2d7 #d7bcb2

Analogous Colors of #b2d7bc

#b2d7bc #b2d7cf #bbd7b2

Monochromatic Colors of #b2d7bc

#b2d7bc

Complementary Color

#b2d7bc #d7b2cd

#b2d7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2d7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2d7bc Color CSS Codes

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

#b2d7bc Text Font Color

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

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


#b2d7bc Background Color

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

This div background color is #b2d7bc


#b2d7bc Border Color

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

This div border color is #b2d7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2d7bc


Comments

No comments written yet.

Please login to write comment.