Color Hex Logo

#b1dfdb Color Hex

#B1DFDB
(177,223,219)
0 Favorites   0 Comments

Color spaces of #b1dfdb

RGB 177223219
HSL0.490.420.78
HSV175°21°87°
CMYK 0.210.000.02   0.13
XYZ57.305367.236976.9755
Yxy67.23690.28440.3337
Hunter Lab81.9981-18.75001.7404
CIE-Lab85.6234-15.6338-2.9543

#b1dfdb color RGB value is (177,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011111 11011011
Octal 261 337 333
Decimal 177 223 219
Hex B1 DF DB

RGB Percentages of Color #b1dfdb

%28.59
%36.03
%35.38

CMYK Percentages of Color #b1dfdb

%21
%0
%2
%13

Triadic Colors of #b1dfdb

#b1dfdb #dbb1df #dfdbb1

Analogous Colors of #b1dfdb

#b1dfdb #b1ccdf #b1dfc4

Monochromatic Colors of #b1dfdb

#b1dfdb

Complementary Color

#b1dfdb #dfb1b5

#b1dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dfdb Color CSS Codes

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

#b1dfdb Text Font Color

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

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


#b1dfdb Background Color

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

This div background color is #b1dfdb


#b1dfdb Border Color

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

This div border color is #b1dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dfdb


Comments

No comments written yet.

Please login to write comment.