Color Hex Logo

#b2cafe Color Hex

#B2CAFE
(178,202,254)
0 Favorites   0 Comments

Color spaces of #b2cafe

RGB 178202254
HSL0.610.970.85
HSV221°30°100°
CMYK 0.300.200.00   0.00
XYZ57.370058.8618102.1037
Yxy58.86180.26280.2696
Hunter Lab76.7214-0.7856-25.2003
CIE-Lab81.21563.5245-28.1469

#b2cafe color RGB value is (178,202,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001010 11111110
Octal 262 312 376
Decimal 178 202 254
Hex B2 CA FE

RGB Percentages of Color #b2cafe

%28.08
%31.86
%40.06

CMYK Percentages of Color #b2cafe

%30
%20
%0
%0

Triadic Colors of #b2cafe

#b2cafe #feb2ca #cafeb2

Analogous Colors of #b2cafe

#b2cafe #c0b2fe #b2f0fe

Monochromatic Colors of #b2cafe

#b2cafe

Complementary Color

#b2cafe #fee6b2

#b2cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cafe Color CSS Codes

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

#b2cafe Text Font Color

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

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


#b2cafe Background Color

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

This div background color is #b2cafe


#b2cafe Border Color

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

This div border color is #b2cafe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,202,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cafe


Comments

No comments written yet.

Please login to write comment.