Color Hex Logo

#b1eacc Color Hex

#B1EACC
(177,234,204)
0 Favorites   0 Comments

Color spaces of #b1eacc

RGB 177234204
HSL0.410.580.81
HSV148°24°92°
CMYK 0.240.000.13   0.08
XYZ58.453472.552468.0499
Yxy72.55240.29370.3645
Hunter Lab85.1777-26.564912.2566
CIE-Lab88.2338-24.08318.7175

#b1eacc color RGB value is (177,234,204).

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

The process color (four color CMYK) of #b1eacc color hex is 0.24, 0.00, 0.13, 0.08. Web safe color of #b1eacc is #99ffcc. Color #b1eacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101010 11001100
Octal 261 352 314
Decimal 177 234 204
Hex B1 EA CC

RGB Percentages of Color #b1eacc

%28.78
%38.05
%33.17

CMYK Percentages of Color #b1eacc

%24
%0
%13
%8

Triadic Colors of #b1eacc

#b1eacc #ccb1ea #eaccb1

Analogous Colors of #b1eacc

#b1eacc #b1eae9 #b3eab1

Monochromatic Colors of #b1eacc

#b1eacc

Complementary Color

#b1eacc #eab1cf

#b1eacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1eacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1eacc Color CSS Codes

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

#b1eacc Text Font Color

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

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


#b1eacc Background Color

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

This div background color is #b1eacc


#b1eacc Border Color

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

This div border color is #b1eacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1eacc


Comments

No comments written yet.

Please login to write comment.