Color Hex Logo

#b2cdfb Color Hex

#B2CDFB
(178,205,251)
0 Favorites   0 Comments

Color spaces of #b2cdfb

RGB 178205251
HSL0.610.900.84
HSV218°29°98°
CMYK 0.290.180.00   0.02
XYZ57.604060.092799.8298
Yxy60.09270.26480.2763
Hunter Lab77.5195-3.0174-22.0902
CIE-Lab81.88851.1975-25.5224

#b2cdfb color RGB value is (178,205,251).

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

The process color (four color CMYK) of #b2cdfb color hex is 0.29, 0.18, 0.00, 0.02. Web safe color of #b2cdfb is #99ccff. Color #b2cdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001101 11111011
Octal 262 315 373
Decimal 178 205 251
Hex B2 CD FB

RGB Percentages of Color #b2cdfb

%28.08
%32.33
%39.59

CMYK Percentages of Color #b2cdfb

%29
%18
%0
%2

Triadic Colors of #b2cdfb

#b2cdfb #fbb2cd #cdfbb2

Analogous Colors of #b2cdfb

#b2cdfb #bcb2fb #b2f2fb

Monochromatic Colors of #b2cdfb

#b2cdfb

Complementary Color

#b2cdfb #fbe0b2

#b2cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cdfb Color CSS Codes

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

#b2cdfb Text Font Color

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

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


#b2cdfb Background Color

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

This div background color is #b2cdfb


#b2cdfb Border Color

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

This div border color is #b2cdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cdfb

#b2cdfb Color Palettes


Comments

No comments written yet.

Please login to write comment.