Color Hex Logo

#b3e9ec Color Hex

#B3E9EC
(179,233,236)
0 Favorites   0 Comments

Color spaces of #b3e9ec

RGB 179233236
HSL0.510.600.81
HSV183°24°93°
CMYK 0.240.010.00   0.07
XYZ62.869673.917790.3108
Yxy73.91770.27680.3255
Hunter Lab85.9754-19.9287-2.0970
CIE-Lab88.8836-16.4347-7.0791

#b3e9ec color RGB value is (179,233,236).

#b3e9ec hex color red value is 179, green value is 233 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b3e9ec hue: 0.51 , saturation: 0.60 and the lightness value of b3e9ec is 0.81.

The process color (four color CMYK) of #b3e9ec color hex is 0.24, 0.01, 0.00, 0.07. Web safe color of #b3e9ec is #ccffff. Color #b3e9ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101001 11101100
Octal 263 351 354
Decimal 179 233 236
Hex B3 E9 EC

RGB Percentages of Color #b3e9ec

%27.62
%35.96
%36.42

CMYK Percentages of Color #b3e9ec

%24
%1
%0
%7

Triadic Colors of #b3e9ec

#b3e9ec #ecb3e9 #e9ecb3

Analogous Colors of #b3e9ec

#b3e9ec #b3cdec #b3ecd3

Monochromatic Colors of #b3e9ec

#b3e9ec

Complementary Color

#b3e9ec #ecb6b3

#b3e9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3e9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3e9ec Color CSS Codes

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

#b3e9ec Text Font Color

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

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


#b3e9ec Background Color

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

This div background color is #b3e9ec


#b3e9ec Border Color

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

This div border color is #b3e9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3e9ec


Comments

No comments written yet.

Please login to write comment.