Color Hex Logo

#b1efdd Color Hex

#B1EFDD
(177,239,221)
0 Favorites   0 Comments

Color spaces of #b1efdd

RGB 177239221
HSL0.450.660.82
HSV163°26°94°
CMYK 0.260.000.08   0.06
XYZ62.049176.300679.8638
Yxy76.30060.28440.3497
Hunter Lab87.3502-26.06576.9366
CIE-Lab89.9987-23.14482.3882

#b1efdd color RGB value is (177,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101111 11011101
Octal 261 357 335
Decimal 177 239 221
Hex B1 EF DD

RGB Percentages of Color #b1efdd

%27.79
%37.52
%34.69

CMYK Percentages of Color #b1efdd

%26
%0
%8
%6

Triadic Colors of #b1efdd

#b1efdd #ddb1ef #efddb1

Analogous Colors of #b1efdd

#b1efdd #b1e2ef #b1efbe

Monochromatic Colors of #b1efdd

#b1efdd

Complementary Color

#b1efdd #efb1c3

#b1efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1efdd Color CSS Codes

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

#b1efdd Text Font Color

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

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


#b1efdd Background Color

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

This div background color is #b1efdd


#b1efdd Border Color

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

This div border color is #b1efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1efdd


Comments

No comments written yet.

Please login to write comment.