Color Hex Logo

#b1efed Color Hex

#B1EFED
(177,239,237)
0 Favorites   0 Comments

Color spaces of #b1efed

RGB 177239237
HSL0.490.660.82
HSV178°26°94°
CMYK 0.260.000.01   0.06
XYZ64.284077.194591.6327
Yxy77.19450.27580.3311
Hunter Lab87.8604-23.1543-0.3333
CIE-Lab90.4111-19.7759-5.3579

#b1efed color RGB value is (177,239,237).

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

The process color (four color CMYK) of #b1efed color hex is 0.26, 0.00, 0.01, 0.06. Web safe color of #b1efed is #99ffff. Color #b1efed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101111 11101101
Octal 261 357 355
Decimal 177 239 237
Hex B1 EF ED

RGB Percentages of Color #b1efed

%27.11
%36.60
%36.29

CMYK Percentages of Color #b1efed

%26
%0
%1
%6

Triadic Colors of #b1efed

#b1efed #edb1ef #efedb1

Analogous Colors of #b1efed

#b1efed #b1d2ef #b1efce

Monochromatic Colors of #b1efed

#b1efed

Complementary Color

#b1efed #efb1b3

#b1efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1efed Color CSS Codes

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

#b1efed Text Font Color

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

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


#b1efed Background Color

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

This div background color is #b1efed


#b1efed Border Color

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

This div border color is #b1efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1efed


Comments

No comments written yet.

Please login to write comment.