Color Hex Logo

#b3ecfc Color Hex

#B3ECFC
(179,236,252)
0 Favorites   0 Comments

Color spaces of #b3ecfc

RGB 179236252
HSL0.540.920.85
HSV193°29°99°
CMYK 0.290.060.00   0.01
XYZ66.156576.6029103.3945
Yxy76.60290.26880.3112
Hunter Lab87.5231-18.2417-8.7755
CIE-Lab90.1385-14.3804-13.5839

#b3ecfc color RGB value is (179,236,252).

#b3ecfc hex color red value is 179, green value is 236 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b3ecfc hue: 0.54 , saturation: 0.92 and the lightness value of b3ecfc is 0.85.

The process color (four color CMYK) of #b3ecfc color hex is 0.29, 0.06, 0.00, 0.01. Web safe color of #b3ecfc is #ccffff. Color #b3ecfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101100 11111100
Octal 263 354 374
Decimal 179 236 252
Hex B3 EC FC

RGB Percentages of Color #b3ecfc

%26.84
%35.38
%37.78

CMYK Percentages of Color #b3ecfc

%29
%6
%0
%1

Triadic Colors of #b3ecfc

#b3ecfc #fcb3ec #ecfcb3

Analogous Colors of #b3ecfc

#b3ecfc #b3c8fc #b3fce8

Monochromatic Colors of #b3ecfc

#b3ecfc

Complementary Color

#b3ecfc #fcc3b3

#b3ecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ecfc Color CSS Codes

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

#b3ecfc Text Font Color

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

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


#b3ecfc Background Color

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

This div background color is #b3ecfc


#b3ecfc Border Color

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

This div border color is #b3ecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ecfc


Comments

No comments written yet.

Please login to write comment.