Color Hex Logo

#b4cbce Color Hex

#B4CBCE
(180,203,206)
0 Favorites   0 Comments

Color spaces of #b4cbce

RGB 180203206
HSL0.520.210.76
HSV187°13°81°
CMYK 0.130.010.00   0.19
XYZ51.318956.871466.6650
Yxy56.87140.29350.3252
Hunter Lab75.4131-10.50310.3770
CIE-Lab80.1072-7.1097-4.1259

#b4cbce color RGB value is (180,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001011 11001110
Octal 264 313 316
Decimal 180 203 206
Hex B4 CB CE

RGB Percentages of Color #b4cbce

%30.56
%34.47
%34.97

CMYK Percentages of Color #b4cbce

%13
%1
%0
%19

Triadic Colors of #b4cbce

#b4cbce #ceb4cb #cbceb4

Analogous Colors of #b4cbce

#b4cbce #b4bece #b4cec4

Monochromatic Colors of #b4cbce

#b4cbce

Complementary Color

#b4cbce #ceb7b4

#b4cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cbce Color CSS Codes

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

#b4cbce Text Font Color

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

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


#b4cbce Background Color

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

This div background color is #b4cbce


#b4cbce Border Color

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

This div border color is #b4cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cbce


Comments

No comments written yet.

Please login to write comment.