Color Hex Logo

#b3faec Color Hex

#B3FAEC
(179,250,236)
0 Favorites   0 Comments

Color spaces of #b3faec

RGB 179250236
HSL0.470.880.84
HSV168°28°98°
CMYK 0.280.000.06   0.02
XYZ67.916384.011091.9931
Yxy84.01100.27840.3444
Hunter Lab91.6575-28.13594.6532
CIE-Lab93.4553-24.7821-0.3565

#b3faec color RGB value is (179,250,236).

#b3faec hex color red value is 179, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b3faec hue: 0.47 , saturation: 0.88 and the lightness value of b3faec is 0.84.

The process color (four color CMYK) of #b3faec color hex is 0.28, 0.00, 0.06, 0.02. Web safe color of #b3faec is #ccffff. Color #b3faec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111010 11101100
Octal 263 372 354
Decimal 179 250 236
Hex B3 FA EC

RGB Percentages of Color #b3faec

%26.92
%37.59
%35.49

CMYK Percentages of Color #b3faec

%28
%0
%6
%2

Triadic Colors of #b3faec

#b3faec #ecb3fa #faecb3

Analogous Colors of #b3faec

#b3faec #b3e5fa #b3fac9

Monochromatic Colors of #b3faec

#b3faec

Complementary Color

#b3faec #fab3c1

#b3faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3faec Color CSS Codes

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

#b3faec Text Font Color

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

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


#b3faec Background Color

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

This div background color is #b3faec


#b3faec Border Color

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

This div border color is #b3faec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,250,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3faec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3faec;
  -webkit-box-shadow: 1px 1px 3px 2px #b3faec;
  box-shadow:         1px 1px 3px 2px #b3faec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,250,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3faec

Related Colors


Comments

No comments written yet.

Please login to write comment.