Color Hex Logo

#b4cbfb Color Hex

#B4CBFB
(180,203,251)
0 Favorites   0 Comments

Color spaces of #b4cbfb

RGB 180203251
HSL0.610.900.85
HSV221°28°98°
CMYK 0.280.190.00   0.02
XYZ57.590959.380299.6929
Yxy59.38020.26580.2741
Hunter Lab77.0585-1.4477-22.7642
CIE-Lab81.50012.8396-26.1032

#b4cbfb color RGB value is (180,203,251).

#b4cbfb hex color red value is 180, green value is 203 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b4cbfb hue: 0.61 , saturation: 0.90 and the lightness value of b4cbfb is 0.85.

The process color (four color CMYK) of #b4cbfb color hex is 0.28, 0.19, 0.00, 0.02. Web safe color of #b4cbfb is #ccccff. Color #b4cbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001011 11111011
Octal 264 313 373
Decimal 180 203 251
Hex B4 CB FB

RGB Percentages of Color #b4cbfb

%28.39
%32.02
%39.59

CMYK Percentages of Color #b4cbfb

%28
%19
%0
%2

Triadic Colors of #b4cbfb

#b4cbfb #fbb4cb #cbfbb4

Analogous Colors of #b4cbfb

#b4cbfb #c1b4fb #b4effb

Monochromatic Colors of #b4cbfb

#b4cbfb

Complementary Color

#b4cbfb #fbe4b4

#b4cbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cbfb Color CSS Codes

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

#b4cbfb Text Font Color

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

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


#b4cbfb Background Color

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

This div background color is #b4cbfb


#b4cbfb Border Color

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

This div border color is #b4cbfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,203,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4cbfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4cbfb;
  -webkit-box-shadow: 1px 1px 3px 2px #b4cbfb;
  box-shadow:         1px 1px 3px 2px #b4cbfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,203,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cbfb


Comments

No comments written yet.

Please login to write comment.