Color Hex Logo

#b3bfed Color Hex

#B3BFED
(179,191,237)
0 Favorites   0 Comments

Color spaces of #b3bfed

RGB 179191237
HSL0.630.620.82
HSV228°24°93°
CMYK 0.240.190.00   0.07
XYZ52.507352.959787.5756
Yxy52.95970.27200.2743
Hunter Lab72.77341.4374-20.4083
CIE-Lab77.85125.7333-24.1839

#b3bfed color RGB value is (179,191,237).

#b3bfed hex color red value is 179, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b3bfed hue: 0.63 , saturation: 0.62 and the lightness value of b3bfed is 0.82.

The process color (four color CMYK) of #b3bfed color hex is 0.24, 0.19, 0.00, 0.07. Web safe color of #b3bfed is #ccccff. Color #b3bfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111111 11101101
Octal 263 277 355
Decimal 179 191 237
Hex B3 BF ED

RGB Percentages of Color #b3bfed

%29.49
%31.47
%39.04

CMYK Percentages of Color #b3bfed

%24
%19
%0
%7

Triadic Colors of #b3bfed

#b3bfed #edb3bf #bfedb3

Analogous Colors of #b3bfed

#b3bfed #c4b3ed #b3dced

Monochromatic Colors of #b3bfed

#b3bfed

Complementary Color

#b3bfed #ede1b3

#b3bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bfed Color CSS Codes

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

#b3bfed Text Font Color

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

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


#b3bfed Background Color

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

This div background color is #b3bfed


#b3bfed Border Color

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

This div border color is #b3bfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bfed


Comments

No comments written yet.

Please login to write comment.