Color Hex Logo

#b3cefa Color Hex

#B3CEFA
(179,206,250)
0 Favorites   0 Comments

Color spaces of #b3cefa

RGB 179206250
HSL0.600.880.84
HSV217°28°98°
CMYK 0.280.180.00   0.02
XYZ57.917060.628499.0924
Yxy60.62840.26610.2786
Hunter Lab77.8642-3.4905-20.9493
CIE-Lab82.17860.7124-24.5428

#b3cefa color RGB value is (179,206,250).

#b3cefa hex color red value is 179, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b3cefa hue: 0.60 , saturation: 0.88 and the lightness value of b3cefa is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001110 11111010
Octal 263 316 372
Decimal 179 206 250
Hex B3 CE FA

RGB Percentages of Color #b3cefa

%28.19
%32.44
%39.37

CMYK Percentages of Color #b3cefa

%28
%18
%0
%2

Triadic Colors of #b3cefa

#b3cefa #fab3ce #cefab3

Analogous Colors of #b3cefa

#b3cefa #bcb3fa #b3f2fa

Monochromatic Colors of #b3cefa

#b3cefa

Complementary Color

#b3cefa #fadfb3

#b3cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cefa Color CSS Codes

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

#b3cefa Text Font Color

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

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


#b3cefa Background Color

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

This div background color is #b3cefa


#b3cefa Border Color

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

This div border color is #b3cefa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,206,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3cefa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3cefa;
  -webkit-box-shadow: 1px 1px 3px 2px #b3cefa;
  box-shadow:         1px 1px 3px 2px #b3cefa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,206,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cefa

Related Colors

#b3cefa Color Palettes


Comments

No comments written yet.

Please login to write comment.