Color Hex Logo

#b2cafb Color Hex

#B2CAFB
(178,202,251)
0 Favorites   0 Comments

Color spaces of #b2cafb

RGB 178202251
HSL0.610.900.84
HSV220°29°98°
CMYK 0.290.200.00   0.02
XYZ56.893258.671199.5928
Yxy58.67110.26440.2727
Hunter Lab76.5971-1.4623-23.4719
CIE-Lab81.11052.8037-26.7101

#b2cafb color RGB value is (178,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001010 11111011
Octal 262 312 373
Decimal 178 202 251
Hex B2 CA FB

RGB Percentages of Color #b2cafb

%28.21
%32.01
%39.78

CMYK Percentages of Color #b2cafb

%29
%20
%0
%2

Triadic Colors of #b2cafb

#b2cafb #fbb2ca #cafbb2

Analogous Colors of #b2cafb

#b2cafb #bfb2fb #b2effb

Monochromatic Colors of #b2cafb

#b2cafb

Complementary Color

#b2cafb #fbe3b2

#b2cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cafb Color CSS Codes

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

#b2cafb Text Font Color

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

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


#b2cafb Background Color

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

This div background color is #b2cafb


#b2cafb Border Color

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

This div border color is #b2cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cafb


Comments

No comments written yet.

Please login to write comment.