Color Hex Logo

#b1daba Color Hex

#B1DABA
(177,218,186)
0 Favorites   0 Comments

Color spaces of #b1daba

RGB 177218186
HSL0.370.360.77
HSV133°19°85°
CMYK 0.190.000.15   0.15
XYZ52.065863.035155.8772
Yxy63.03510.30450.3687
Hunter Lab79.3946-21.883113.8485
CIE-Lab83.4608-19.599311.3608

#b1daba color RGB value is (177,218,186).

#b1daba hex color red value is 177, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b1daba hue: 0.37 , saturation: 0.36 and the lightness value of b1daba is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011010 10111010
Octal 261 332 272
Decimal 177 218 186
Hex B1 DA BA

RGB Percentages of Color #b1daba

%30.46
%37.52
%32.01

CMYK Percentages of Color #b1daba

%19
%0
%15
%15

Triadic Colors of #b1daba

#b1daba #bab1da #dabab1

Analogous Colors of #b1daba

#b1daba #b1dacf #bddab1

Monochromatic Colors of #b1daba

#b1daba

Complementary Color

#b1daba #dab1d1

#b1daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1daba Color CSS Codes

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

#b1daba Text Font Color

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

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


#b1daba Background Color

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

This div background color is #b1daba


#b1daba Border Color

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

This div border color is #b1daba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,218,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1daba


Comments

No comments written yet.

Please login to write comment.