Color Hex Logo

#b1dbca Color Hex

#B1DBCA
(177,219,202)
0 Favorites   0 Comments

Color spaces of #b1dbca

RGB 177219202
HSL0.430.370.78
HSV156°19°86°
CMYK 0.190.000.08   0.14
XYZ54.123664.274465.4307
Yxy64.27440.29440.3496
Hunter Lab80.1713-19.79467.7312
CIE-Lab84.1084-17.07043.8274

#b1dbca color RGB value is (177,219,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011011 11001010
Octal 261 333 312
Decimal 177 219 202
Hex B1 DB CA

RGB Percentages of Color #b1dbca

%29.60
%36.62
%33.78

CMYK Percentages of Color #b1dbca

%19
%0
%8
%14

Triadic Colors of #b1dbca

#b1dbca #cab1db #dbcab1

Analogous Colors of #b1dbca

#b1dbca #b1d7db #b1dbb5

Monochromatic Colors of #b1dbca

#b1dbca

Complementary Color

#b1dbca #dbb1c2

#b1dbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dbca Color CSS Codes

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

#b1dbca Text Font Color

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

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


#b1dbca Background Color

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

This div background color is #b1dbca


#b1dbca Border Color

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

This div border color is #b1dbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dbca


Comments

No comments written yet.

Please login to write comment.