Color Hex Logo

#b3beec Color Hex

#B3BEEC
(179,190,236)
0 Favorites   0 Comments

Color spaces of #b3beec

RGB 179190236
HSL0.630.600.81
HSV228°24°93°
CMYK 0.240.190.00   0.07
XYZ52.144252.466786.7357
Yxy52.46670.27250.2742
Hunter Lab72.43391.7404-20.2929
CIE-Lab77.55916.0446-24.0911

#b3beec color RGB value is (179,190,236).

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

The process color (four color CMYK) of #b3beec color hex is 0.24, 0.19, 0.00, 0.07. Web safe color of #b3beec is #ccccff. Color #b3beec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111110 11101100
Octal 263 276 354
Decimal 179 190 236
Hex B3 BE EC

RGB Percentages of Color #b3beec

%29.59
%31.40
%39.01

CMYK Percentages of Color #b3beec

%24
%19
%0
%7

Triadic Colors of #b3beec

#b3beec #ecb3be #beecb3

Analogous Colors of #b3beec

#b3beec #c5b3ec #b3dbec

Monochromatic Colors of #b3beec

#b3beec

Complementary Color

#b3beec #ece1b3

#b3beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3beec Color CSS Codes

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

#b3beec Text Font Color

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

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


#b3beec Background Color

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

This div background color is #b3beec


#b3beec Border Color

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

This div border color is #b3beec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3beec


Comments

No comments written yet.

Please login to write comment.