Color Hex Logo

#b1caea Color Hex

#B1CAEA
(177,202,234)
0 Favorites   0 Comments

Color spaces of #b1caea

RGB 177202234
HSL0.590.580.81
HSV214°24°92°
CMYK 0.240.140.00   0.08
XYZ54.103357.528786.0945
Yxy57.52870.27360.2910
Hunter Lab75.8477-5.4067-14.2066
CIE-Lab80.4760-1.4654-18.6038

#b1caea color RGB value is (177,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001010 11101010
Octal 261 312 352
Decimal 177 202 234
Hex B1 CA EA

RGB Percentages of Color #b1caea

%28.87
%32.95
%38.17

CMYK Percentages of Color #b1caea

%24
%14
%0
%8

Triadic Colors of #b1caea

#b1caea #eab1ca #caeab1

Analogous Colors of #b1caea

#b1caea #b5b1ea #b1e7ea

Monochromatic Colors of #b1caea

#b1caea

Complementary Color

#b1caea #ead1b1

#b1caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1caea Color CSS Codes

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

#b1caea Text Font Color

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

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


#b1caea Background Color

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

This div background color is #b1caea


#b1caea Border Color

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

This div border color is #b1caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1caea


Comments

No comments written yet.

Please login to write comment.