Color Hex Logo

#b1cdea Color Hex

#B1CDEA
(177,205,234)
0 Favorites   0 Comments

Color spaces of #b1cdea

RGB 177205234
HSL0.580.580.81
HSV211°24°92°
CMYK 0.240.120.00   0.08
XYZ54.814158.950386.3314
Yxy58.95030.27390.2946
Hunter Lab76.7791-6.9288-12.9211
CIE-Lab81.2643-3.0561-17.4143

#b1cdea color RGB value is (177,205,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001101 11101010
Octal 261 315 352
Decimal 177 205 234
Hex B1 CD EA

RGB Percentages of Color #b1cdea

%28.73
%33.28
%37.99

CMYK Percentages of Color #b1cdea

%24
%12
%0
%8

Triadic Colors of #b1cdea

#b1cdea #eab1cd #cdeab1

Analogous Colors of #b1cdea

#b1cdea #b2b1ea #b1eaea

Monochromatic Colors of #b1cdea

#b1cdea

Complementary Color

#b1cdea #eaceb1

#b1cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cdea Color CSS Codes

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

#b1cdea Text Font Color

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

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


#b1cdea Background Color

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

This div background color is #b1cdea


#b1cdea Border Color

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

This div border color is #b1cdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cdea


Comments

No comments written yet.

Please login to write comment.