Color Hex Logo

#b1dfbc Color Hex

#B1DFBC
(177,223,188)
0 Favorites   0 Comments

Color spaces of #b1dfbc

RGB 177223188
HSL0.370.420.78
HSV134°21°87°
CMYK 0.210.000.16   0.13
XYZ53.596265.753357.4438
Yxy65.75330.30320.3719
Hunter Lab81.0884-23.923314.7603
CIE-Lab84.8704-21.705312.3084

#b1dfbc color RGB value is (177,223,188).

#b1dfbc hex color red value is 177, green value is 223 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b1dfbc hue: 0.37 , saturation: 0.42 and the lightness value of b1dfbc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011111 10111100
Octal 261 337 274
Decimal 177 223 188
Hex B1 DF BC

RGB Percentages of Color #b1dfbc

%30.10
%37.93
%31.97

CMYK Percentages of Color #b1dfbc

%21
%0
%16
%13

Triadic Colors of #b1dfbc

#b1dfbc #bcb1df #dfbcb1

Analogous Colors of #b1dfbc

#b1dfbc #b1dfd3 #bddfb1

Monochromatic Colors of #b1dfbc

#b1dfbc

Complementary Color

#b1dfbc #dfb1d4

#b1dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dfbc Color CSS Codes

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

#b1dfbc Text Font Color

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

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


#b1dfbc Background Color

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

This div background color is #b1dfbc


#b1dfbc Border Color

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

This div border color is #b1dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dfbc


Comments

No comments written yet.

Please login to write comment.