Color Hex Logo

#b5cacf Color Hex

#B5CACF
(181,202,207)
0 Favorites   0 Comments

Color spaces of #b5cacf

RGB 181202207
HSL0.530.210.76
HSV192°13°81°
CMYK 0.130.020.00   0.19
XYZ51.439156.569867.2394
Yxy56.56980.29350.3228
Hunter Lab75.2129-9.5440-0.3555
CIE-Lab79.9370-6.0585-4.9057

#b5cacf color RGB value is (181,202,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001010 11001111
Octal 265 312 317
Decimal 181 202 207
Hex B5 CA CF

RGB Percentages of Color #b5cacf

%30.68
%34.24
%35.08

CMYK Percentages of Color #b5cacf

%13
%2
%0
%19

Triadic Colors of #b5cacf

#b5cacf #cfb5ca #cacfb5

Analogous Colors of #b5cacf

#b5cacf #b5bdcf #b5cfc7

Monochromatic Colors of #b5cacf

#b5cacf

Complementary Color

#b5cacf #cfbab5

#b5cacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cacf Color CSS Codes

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

#b5cacf Text Font Color

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

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


#b5cacf Background Color

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

This div background color is #b5cacf


#b5cacf Border Color

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

This div border color is #b5cacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cacf


Comments

No comments written yet.

Please login to write comment.