Color Hex Logo

#b3caec Color Hex

#B3CAEC
(179,202,236)
0 Favorites   0 Comments

Color spaces of #b3caec

RGB 179202236
HSL0.600.600.81
HSV216°24°93°
CMYK 0.240.140.00   0.07
XYZ54.851357.880987.6380
Yxy57.88090.27370.2889
Hunter Lab76.0795-4.4454-15.0421
CIE-Lab80.6725-0.4113-19.3637

#b3caec color RGB value is (179,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001010 11101100
Octal 263 312 354
Decimal 179 202 236
Hex B3 CA EC

RGB Percentages of Color #b3caec

%29.01
%32.74
%38.25

CMYK Percentages of Color #b3caec

%24
%14
%0
%7

Triadic Colors of #b3caec

#b3caec #ecb3ca #caecb3

Analogous Colors of #b3caec

#b3caec #b9b3ec #b3e7ec

Monochromatic Colors of #b3caec

#b3caec

Complementary Color

#b3caec #ecd5b3

#b3caec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3caec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3caec Color CSS Codes

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

#b3caec Text Font Color

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

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


#b3caec Background Color

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

This div background color is #b3caec


#b3caec Border Color

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

This div border color is #b3caec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3caec


Comments

No comments written yet.

Please login to write comment.