Color Hex Logo

#b4bfed Color Hex

#B4BFED
(180,191,237)
0 Favorites   0 Comments

Color spaces of #b4bfed

RGB 180191237
HSL0.630.610.82
HSV228°24°93°
CMYK 0.240.190.00   0.07
XYZ52.739353.079387.5864
Yxy53.07930.27270.2744
Hunter Lab72.85551.7169-20.2791
CIE-Lab77.92186.0324-24.0698

#b4bfed color RGB value is (180,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111111 11101101
Octal 264 277 355
Decimal 180 191 237
Hex B4 BF ED

RGB Percentages of Color #b4bfed

%29.61
%31.41
%38.98

CMYK Percentages of Color #b4bfed

%24
%19
%0
%7

Triadic Colors of #b4bfed

#b4bfed #edb4bf #bfedb4

Analogous Colors of #b4bfed

#b4bfed #c6b4ed #b4dced

Monochromatic Colors of #b4bfed

#b4bfed

Complementary Color

#b4bfed #ede2b4

#b4bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bfed Color CSS Codes

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

#b4bfed Text Font Color

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

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


#b4bfed Background Color

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

This div background color is #b4bfed


#b4bfed Border Color

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

This div border color is #b4bfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bfed


Comments

No comments written yet.

Please login to write comment.