Color Hex Logo

#b1edca Color Hex

#B1EDCA
(177,237,202)
0 Favorites   0 Comments

Color spaces of #b1edca

RGB 177237202
HSL0.400.630.81
HSV145°25°93°
CMYK 0.250.000.15   0.07
XYZ59.076374.179867.0816
Yxy74.17980.29490.3703
Hunter Lab86.1277-28.287614.1107
CIE-Lab89.0074-25.912510.8662

#b1edca color RGB value is (177,237,202).

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

The process color (four color CMYK) of #b1edca color hex is 0.25, 0.00, 0.15, 0.07. Web safe color of #b1edca is #99ffcc. Color #b1edca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101101 11001010
Octal 261 355 312
Decimal 177 237 202
Hex B1 ED CA

RGB Percentages of Color #b1edca

%28.73
%38.47
%32.79

CMYK Percentages of Color #b1edca

%25
%0
%15
%7

Triadic Colors of #b1edca

#b1edca #cab1ed #edcab1

Analogous Colors of #b1edca

#b1edca #b1ede8 #b6edb1

Monochromatic Colors of #b1edca

#b1edca

Complementary Color

#b1edca #edb1d4

#b1edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1edca Color CSS Codes

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

#b1edca Text Font Color

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

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


#b1edca Background Color

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

This div background color is #b1edca


#b1edca Border Color

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

This div border color is #b1edca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1edca


Comments

No comments written yet.

Please login to write comment.