Color Hex Logo

#b1efdf Color Hex

#B1EFDF
(177,239,223)
0 Favorites   0 Comments

Color spaces of #b1efdf

RGB 177239223
HSL0.460.660.82
HSV165°26°94°
CMYK 0.260.000.07   0.06
XYZ62.317276.407881.2758
Yxy76.40780.28330.3473
Hunter Lab87.4116-25.71456.0599
CIE-Lab90.0483-22.73491.4170

#b1efdf color RGB value is (177,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101111 11011111
Octal 261 357 337
Decimal 177 239 223
Hex B1 EF DF

RGB Percentages of Color #b1efdf

%27.70
%37.40
%34.90

CMYK Percentages of Color #b1efdf

%26
%0
%7
%6

Triadic Colors of #b1efdf

#b1efdf #dfb1ef #efdfb1

Analogous Colors of #b1efdf

#b1efdf #b1e0ef #b1efc0

Monochromatic Colors of #b1efdf

#b1efdf

Complementary Color

#b1efdf #efb1c1

#b1efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1efdf Color CSS Codes

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

#b1efdf Text Font Color

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

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


#b1efdf Background Color

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

This div background color is #b1efdf


#b1efdf Border Color

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

This div border color is #b1efdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,239,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 #b1efdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1efdf


Comments

No comments written yet.

Please login to write comment.