Color Hex Logo

#b5cbcf Color Hex

#B5CBCF
(181,203,207)
0 Favorites   0 Comments

Color spaces of #b5cbcf

RGB 181203207
HSL0.530.210.76
HSV189°13°81°
CMYK 0.130.020.00   0.19
XYZ51.674557.040667.3179
Yxy57.04060.29360.3240
Hunter Lab75.5252-10.03910.0207
CIE-Lab80.2024-6.5819-4.5144

#b5cbcf color RGB value is (181,203,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001011 11001111
Octal 265 313 317
Decimal 181 203 207
Hex B5 CB CF

RGB Percentages of Color #b5cbcf

%30.63
%34.35
%35.03

CMYK Percentages of Color #b5cbcf

%13
%2
%0
%19

Triadic Colors of #b5cbcf

#b5cbcf #cfb5cb #cbcfb5

Analogous Colors of #b5cbcf

#b5cbcf #b5becf #b5cfc6

Monochromatic Colors of #b5cbcf

#b5cbcf

Complementary Color

#b5cbcf #cfb9b5

#b5cbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cbcf Color CSS Codes

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

#b5cbcf Text Font Color

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

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


#b5cbcf Background Color

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

This div background color is #b5cbcf


#b5cbcf Border Color

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

This div border color is #b5cbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cbcf

#b5cbcf Color Palettes


Comments

No comments written yet.

Please login to write comment.