Color Hex Logo

#b1eafc Color Hex

#B1EAFC
(177,234,252)
0 Favorites   0 Comments

Color spaces of #b1eafc

RGB 177234252
HSL0.540.930.84
HSV194°30°99°
CMYK 0.300.070.00   0.01
XYZ65.125075.2210103.1821
Yxy75.22100.26740.3089
Hunter Lab86.7300-17.7431-9.8259
CIE-Lab89.4964-13.9277-14.5563

#b1eafc color RGB value is (177,234,252).

#b1eafc hex color red value is 177, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b1eafc hue: 0.54 , saturation: 0.93 and the lightness value of b1eafc is 0.84.

The process color (four color CMYK) of #b1eafc color hex is 0.30, 0.07, 0.00, 0.01. Web safe color of #b1eafc is #99ffff. Color #b1eafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101010 11111100
Octal 261 352 374
Decimal 177 234 252
Hex B1 EA FC

RGB Percentages of Color #b1eafc

%26.70
%35.29
%38.01

CMYK Percentages of Color #b1eafc

%30
%7
%0
%1

Triadic Colors of #b1eafc

#b1eafc #fcb1ea #eafcb1

Analogous Colors of #b1eafc

#b1eafc #b1c5fc #b1fce9

Monochromatic Colors of #b1eafc

#b1eafc

Complementary Color

#b1eafc #fcc3b1

#b1eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1eafc Color CSS Codes

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

#b1eafc Text Font Color

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

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


#b1eafc Background Color

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

This div background color is #b1eafc


#b1eafc Border Color

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

This div border color is #b1eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1eafc


Comments

No comments written yet.

Please login to write comment.