Color Hex Logo

#b1edea Color Hex

#B1EDEA
(177,237,234)
1 Favorites   0 Comments

Color spaces of #b1edea

RGB 177237234
HSL0.490.630.81
HSV177°25°93°
CMYK 0.250.000.01   0.07
XYZ63.266975.856089.1491
Yxy75.85600.27720.3323
Hunter Lab87.0954-22.75270.2787
CIE-Lab89.7924-19.4364-4.7029

#b1edea color RGB value is (177,237,234).

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

The process color (four color CMYK) of #b1edea color hex is 0.25, 0.00, 0.01, 0.07. Web safe color of #b1edea is #99ffff. Color #b1edea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101101 11101010
Octal 261 355 352
Decimal 177 237 234
Hex B1 ED EA

RGB Percentages of Color #b1edea

%27.31
%36.57
%36.11

CMYK Percentages of Color #b1edea

%25
%0
%1
%7

Triadic Colors of #b1edea

#b1edea #eab1ed #edeab1

Analogous Colors of #b1edea

#b1edea #b1d2ed #b1edcc

Monochromatic Colors of #b1edea

#b1edea

Complementary Color

#b1edea #edb1b4

#b1edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1edea Color CSS Codes

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

#b1edea Text Font Color

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

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


#b1edea Background Color

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

This div background color is #b1edea


#b1edea Border Color

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

This div border color is #b1edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1edea


Comments

No comments written yet.

Please login to write comment.