Color Hex Logo

#b0cae3 Color Hex

#B0CAE3
(176,202,227)
0 Favorites   0 Comments

Color spaces of #b0cae3

RGB 176202227
HSL0.580.480.79
HSV209°22°89°
CMYK 0.220.110.00   0.11
XYZ52.890257.017280.8909
Yxy57.01720.27720.2988
Hunter Lab75.5097-7.1131-10.6585
CIE-Lab80.1893-3.3497-15.2946

#b0cae3 color RGB value is (176,202,227).

#b0cae3 hex color red value is 176, green value is 202 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #b0cae3 hue: 0.58 , saturation: 0.48 and the lightness value of b0cae3 is 0.79.

The process color (four color CMYK) of #b0cae3 color hex is 0.22, 0.11, 0.00, 0.11. Web safe color of #b0cae3 is #99cccc. Color #b0cae3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001010 11100011
Octal 260 312 343
Decimal 176 202 227
Hex B0 CA E3

RGB Percentages of Color #b0cae3

%29.09
%33.39
%37.52

CMYK Percentages of Color #b0cae3

%22
%11
%0
%11

Triadic Colors of #b0cae3

#b0cae3 #e3b0ca #cae3b0

Analogous Colors of #b0cae3

#b0cae3 #b0b1e3 #b0e3e3

Monochromatic Colors of #b0cae3

#b0cae3

Complementary Color

#b0cae3 #e3c9b0

#b0cae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0cae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0cae3 Color CSS Codes

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

#b0cae3 Text Font Color

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

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


#b0cae3 Background Color

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

This div background color is #b0cae3


#b0cae3 Border Color

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

This div border color is #b0cae3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,202,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b0cae3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0cae3


Comments

No comments written yet.

Please login to write comment.