Color Hex Logo

#b1cfeb Color Hex

#B1CFEB
(177,207,235)
0 Favorites   0 Comments

Color spaces of #b1cfeb

RGB 177207235
HSL0.580.590.81
HSV209°25°92°
CMYK 0.250.120.00   0.08
XYZ55.439759.970987.2508
Yxy59.97090.27360.2959
Hunter Lab77.4409-7.7339-12.5920
CIE-Lab81.8224-3.8843-17.1068

#b1cfeb color RGB value is (177,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001111 11101011
Octal 261 317 353
Decimal 177 207 235
Hex B1 CF EB

RGB Percentages of Color #b1cfeb

%28.59
%33.44
%37.96

CMYK Percentages of Color #b1cfeb

%25
%12
%0
%8

Triadic Colors of #b1cfeb

#b1cfeb #ebb1cf #cfebb1

Analogous Colors of #b1cfeb

#b1cfeb #b1b2eb #b1ebea

Monochromatic Colors of #b1cfeb

#b1cfeb

Complementary Color

#b1cfeb #ebcdb1

#b1cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cfeb Color CSS Codes

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

#b1cfeb Text Font Color

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

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


#b1cfeb Background Color

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

This div background color is #b1cfeb


#b1cfeb Border Color

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

This div border color is #b1cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cfeb


Comments

No comments written yet.

Please login to write comment.