Color Hex Logo

#b1caee Color Hex

#B1CAEE
(177,202,238)
0 Favorites   0 Comments

Color spaces of #b1caee

RGB 177202238
HSL0.600.640.81
HSV215°26°93°
CMYK 0.260.150.00   0.07
XYZ54.684657.761289.1558
Yxy57.76120.27130.2865
Hunter Lab76.0008-4.5659-16.3520
CIE-Lab80.6058-0.5460-20.5466

#b1caee color RGB value is (177,202,238).

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

The process color (four color CMYK) of #b1caee color hex is 0.26, 0.15, 0.00, 0.07. Web safe color of #b1caee is #99ccff. Color #b1caee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001010 11101110
Octal 261 312 356
Decimal 177 202 238
Hex B1 CA EE

RGB Percentages of Color #b1caee

%28.69
%32.74
%38.57

CMYK Percentages of Color #b1caee

%26
%15
%0
%7

Triadic Colors of #b1caee

#b1caee #eeb1ca #caeeb1

Analogous Colors of #b1caee

#b1caee #b7b1ee #b1e9ee

Monochromatic Colors of #b1caee

#b1caee

Complementary Color

#b1caee #eed5b1

#b1caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1caee Color CSS Codes

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

#b1caee Text Font Color

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

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


#b1caee Background Color

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

This div background color is #b1caee


#b1caee Border Color

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

This div border color is #b1caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1caee


Comments

No comments written yet.

Please login to write comment.