Color Hex Logo

#b3facc Color Hex

#B3FACC
(179,250,204)
0 Favorites   0 Comments

Color spaces of #b3facc

RGB 179250204
HSL0.390.880.84
HSV141°28°98°
CMYK 0.280.000.18   0.02
XYZ63.675182.314669.6590
Yxy82.31460.29530.3817
Hunter Lab90.7274-33.496517.9873
CIE-Lab92.7135-31.090415.1039

#b3facc color RGB value is (179,250,204).

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

The process color (four color CMYK) of #b3facc color hex is 0.28, 0.00, 0.18, 0.02. Web safe color of #b3facc is #ccffcc. Color #b3facc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111010 11001100
Octal 263 372 314
Decimal 179 250 204
Hex B3 FA CC

RGB Percentages of Color #b3facc

%28.28
%39.49
%32.23

CMYK Percentages of Color #b3facc

%28
%0
%18
%2

Triadic Colors of #b3facc

#b3facc #ccb3fa #faccb3

Analogous Colors of #b3facc

#b3facc #b3faf0 #befab3

Monochromatic Colors of #b3facc

#b3facc

Complementary Color

#b3facc #fab3e1

#b3facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3facc Color CSS Codes

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

#b3facc Text Font Color

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

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


#b3facc Background Color

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

This div background color is #b3facc


#b3facc Border Color

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

This div border color is #b3facc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,250,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 #b3facc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3facc


Comments

No comments written yet.

Please login to write comment.