Color Hex Logo

#b5c9cb Color Hex

#B5C9CB
(181,201,203)
0 Favorites   0 Comments

Color spaces of #b5c9cb

RGB 181201203
HSL0.520.170.75
HSV185°11°80°
CMYK 0.110.010.00   0.20
XYZ50.722255.908864.6181
Yxy55.90880.29620.3265
Hunter Lab74.7722-9.76471.1021
CIE-Lab79.5619-6.3433-3.3099

#b5c9cb color RGB value is (181,201,203).

#b5c9cb hex color red value is 181, green value is 201 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b5c9cb hue: 0.52 , saturation: 0.17 and the lightness value of b5c9cb is 0.75.

The process color (four color CMYK) of #b5c9cb color hex is 0.11, 0.01, 0.00, 0.20. Web safe color of #b5c9cb is #cccccc. Color #b5c9cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001001 11001011
Octal 265 311 313
Decimal 181 201 203
Hex B5 C9 CB

RGB Percentages of Color #b5c9cb

%30.94
%34.36
%34.70

CMYK Percentages of Color #b5c9cb

%11
%1
%0
%20

Triadic Colors of #b5c9cb

#b5c9cb #cbb5c9 #c9cbb5

Analogous Colors of #b5c9cb

#b5c9cb #b5becb #b5cbc2

Monochromatic Colors of #b5c9cb

#b5c9cb

Complementary Color

#b5c9cb #cbb7b5

#b5c9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c9cb Color CSS Codes

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

#b5c9cb Text Font Color

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

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


#b5c9cb Background Color

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

This div background color is #b5c9cb


#b5c9cb Border Color

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

This div border color is #b5c9cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,201,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c9cb


Comments

No comments written yet.

Please login to write comment.