Color Hex Logo

#b4c1c7 Color Hex

#B4C1C7
(180,193,199)
0 Favorites   0 Comments

Color spaces of #b4c1c7

RGB 180193199
HSL0.550.150.74
HSV199°10°78°
CMYK 0.100.030.00   0.22
XYZ48.201251.966761.5229
Yxy51.96670.29810.3214
Hunter Lab72.0879-6.8008-0.1390
CIE-Lab77.2609-3.2590-4.5495

#b4c1c7 color RGB value is (180,193,199).

#b4c1c7 hex color red value is 180, green value is 193 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #b4c1c7 hue: 0.55 , saturation: 0.15 and the lightness value of b4c1c7 is 0.74.

The process color (four color CMYK) of #b4c1c7 color hex is 0.10, 0.03, 0.00, 0.22. Web safe color of #b4c1c7 is #cccccc. Color #b4c1c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11000001 11000111
Octal 264 301 307
Decimal 180 193 199
Hex B4 C1 C7

RGB Percentages of Color #b4c1c7

%31.47
%33.74
%34.79

CMYK Percentages of Color #b4c1c7

%10
%3
%0
%22

Triadic Colors of #b4c1c7

#b4c1c7 #c7b4c1 #c1c7b4

Analogous Colors of #b4c1c7

#b4c1c7 #b4b8c7 #b4c7c4

Monochromatic Colors of #b4c1c7

#b4c1c7

Complementary Color

#b4c1c7 #c7bab4

#b4c1c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4c1c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4c1c7 Color CSS Codes

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

#b4c1c7 Text Font Color

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

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


#b4c1c7 Background Color

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

This div background color is #b4c1c7


#b4c1c7 Border Color

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

This div border color is #b4c1c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4c1c7

#b4c1c7 Color Palettes


Comments

No comments written yet.

Please login to write comment.