Color Hex Logo

#b4bece Color Hex

#B4BECE
(180,190,206)
0 Favorites   0 Comments

Color spaces of #b4bece

RGB 180190206
HSL0.600.210.76
HSV217°13°81°
CMYK 0.130.080.00   0.19
XYZ48.376450.986465.6842
Yxy50.98640.29310.3089
Hunter Lab71.4048-4.0254-4.5567
CIE-Lab76.6708-0.2327-9.2138

#b4bece color RGB value is (180,190,206).

#b4bece hex color red value is 180, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b4bece hue: 0.60 , saturation: 0.21 and the lightness value of b4bece is 0.76.

The process color (four color CMYK) of #b4bece color hex is 0.13, 0.08, 0.00, 0.19. Web safe color of #b4bece is #cccccc. Color #b4bece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111110 11001110
Octal 264 276 316
Decimal 180 190 206
Hex B4 BE CE

RGB Percentages of Color #b4bece

%31.25
%32.99
%35.76

CMYK Percentages of Color #b4bece

%13
%8
%0
%19

Triadic Colors of #b4bece

#b4bece #ceb4be #beceb4

Analogous Colors of #b4bece

#b4bece #b7b4ce #b4cbce

Monochromatic Colors of #b4bece

#b4bece

Complementary Color

#b4bece #cec4b4

#b4bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bece Color CSS Codes

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

#b4bece Text Font Color

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

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


#b4bece Background Color

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

This div background color is #b4bece


#b4bece Border Color

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

This div border color is #b4bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bece


Comments

No comments written yet.

Please login to write comment.