Color Hex Logo

#b0caea Color Hex

#B0CAEA
(176,202,234)
0 Favorites   0 Comments

Color spaces of #b0caea

RGB 176202234
HSL0.590.580.80
HSV213°25°92°
CMYK 0.250.140.00   0.08
XYZ53.876357.411786.0839
Yxy57.41170.27300.2909
Hunter Lab75.7705-5.6767-14.3208
CIE-Lab80.4106-1.7636-18.7090

#b0caea color RGB value is (176,202,234).

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

The process color (four color CMYK) of #b0caea color hex is 0.25, 0.14, 0.00, 0.08. Web safe color of #b0caea is #99ccff. Color #b0caea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001010 11101010
Octal 260 312 352
Decimal 176 202 234
Hex B0 CA EA

RGB Percentages of Color #b0caea

%28.76
%33.01
%38.24

CMYK Percentages of Color #b0caea

%25
%14
%0
%8

Triadic Colors of #b0caea

#b0caea #eab0ca #caeab0

Analogous Colors of #b0caea

#b0caea #b3b0ea #b0e7ea

Monochromatic Colors of #b0caea

#b0caea

Complementary Color

#b0caea #ead0b0

#b0caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0caea Color CSS Codes

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

#b0caea Text Font Color

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

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


#b0caea Background Color

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

This div background color is #b0caea


#b0caea Border Color

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

This div border color is #b0caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0caea


Comments

No comments written yet.

Please login to write comment.