Color Hex Logo

#b1d7df Color Hex

#B1D7DF
(177,215,223)
0 Favorites   0 Comments

Color spaces of #b1d7df

RGB 177215223
HSL0.530.420.78
HSV190°21°87°
CMYK 0.210.040.00   0.13
XYZ55.751263.275779.0871
Yxy63.27570.28140.3194
Hunter Lab79.5460-14.1007-3.2657
CIE-Lab83.5872-10.7105-8.0795

#b1d7df color RGB value is (177,215,223).

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

The process color (four color CMYK) of #b1d7df color hex is 0.21, 0.04, 0.00, 0.13. Web safe color of #b1d7df is #99cccc. Color #b1d7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11010111 11011111
Octal 261 327 337
Decimal 177 215 223
Hex B1 D7 DF

RGB Percentages of Color #b1d7df

%28.78
%34.96
%36.26

CMYK Percentages of Color #b1d7df

%21
%4
%0
%13

Triadic Colors of #b1d7df

#b1d7df #dfb1d7 #d7dfb1

Analogous Colors of #b1d7df

#b1d7df #b1c0df #b1dfd0

Monochromatic Colors of #b1d7df

#b1d7df

Complementary Color

#b1d7df #dfb9b1

#b1d7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1d7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1d7df Color CSS Codes

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

#b1d7df Text Font Color

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

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


#b1d7df Background Color

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

This div background color is #b1d7df


#b1d7df Border Color

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

This div border color is #b1d7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1d7df


Comments

No comments written yet.

Please login to write comment.