Color Hex Logo

#b1caed Color Hex

#B1CAED
(177,202,237)
0 Favorites   0 Comments

Color spaces of #b1caed

RGB 177202237
HSL0.600.630.81
HSV215°25°93°
CMYK 0.250.150.00   0.07
XYZ54.538157.702688.3840
Yxy57.70260.27180.2876
Hunter Lab75.9622-4.7774-15.8119
CIE-Lab80.5732-0.7769-20.0614

#b1caed color RGB value is (177,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001010 11101101
Octal 261 312 355
Decimal 177 202 237
Hex B1 CA ED

RGB Percentages of Color #b1caed

%28.73
%32.79
%38.47

CMYK Percentages of Color #b1caed

%25
%15
%0
%7

Triadic Colors of #b1caed

#b1caed #edb1ca #caedb1

Analogous Colors of #b1caed

#b1caed #b6b1ed #b1e8ed

Monochromatic Colors of #b1caed

#b1caed

Complementary Color

#b1caed #edd4b1

#b1caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1caed Color CSS Codes

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

#b1caed Text Font Color

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

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


#b1caed Background Color

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

This div background color is #b1caed


#b1caed Border Color

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

This div border color is #b1caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1caed


Comments

No comments written yet.

Please login to write comment.