Color Hex Logo

#b1efdc Color Hex

#B1EFDC
(177,239,220)
0 Favorites   0 Comments

Color spaces of #b1efdc

RGB 177239220
HSL0.450.660.82
HSV162°26°94°
CMYK 0.260.000.08   0.06
XYZ61.916276.247479.1640
Yxy76.24740.28490.3508
Hunter Lab87.3198-26.23987.3716
CIE-Lab89.9741-23.34852.8741

#b1efdc color RGB value is (177,239,220).

#b1efdc hex color red value is 177, green value is 239 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b1efdc hue: 0.45 , saturation: 0.66 and the lightness value of b1efdc is 0.82.

The process color (four color CMYK) of #b1efdc color hex is 0.26, 0.00, 0.08, 0.06. Web safe color of #b1efdc is #99ffcc. Color #b1efdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101111 11011100
Octal 261 357 334
Decimal 177 239 220
Hex B1 EF DC

RGB Percentages of Color #b1efdc

%27.83
%37.58
%34.59

CMYK Percentages of Color #b1efdc

%26
%0
%8
%6

Triadic Colors of #b1efdc

#b1efdc #dcb1ef #efdcb1

Analogous Colors of #b1efdc

#b1efdc #b1e3ef #b1efbd

Monochromatic Colors of #b1efdc

#b1efdc

Complementary Color

#b1efdc #efb1c4

#b1efdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1efdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1efdc Color CSS Codes

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

#b1efdc Text Font Color

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

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


#b1efdc Background Color

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

This div background color is #b1efdc


#b1efdc Border Color

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

This div border color is #b1efdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1efdc


Comments

No comments written yet.

Please login to write comment.