Color Hex Logo

#b5cfbd Color Hex

#B5CFBD
(181,207,189)
0 Favorites   0 Comments

Color spaces of #b5cfbd

RGB 181207189
HSL0.380.210.76
HSV138°13°81°
CMYK 0.130.000.09   0.19
XYZ50.554258.123556.6986
Yxy58.12350.30570.3515
Hunter Lab76.2388-15.05399.2733
CIE-Lab80.8074-12.16026.0051

#b5cfbd color RGB value is (181,207,189).

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

The process color (four color CMYK) of #b5cfbd color hex is 0.13, 0.00, 0.09, 0.19. Web safe color of #b5cfbd is #cccccc. Color #b5cfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001111 10111101
Octal 265 317 275
Decimal 181 207 189
Hex B5 CF BD

RGB Percentages of Color #b5cfbd

%31.37
%35.88
%32.76

CMYK Percentages of Color #b5cfbd

%13
%0
%9
%19

Triadic Colors of #b5cfbd

#b5cfbd #bdb5cf #cfbdb5

Analogous Colors of #b5cfbd

#b5cfbd #b5cfca #bacfb5

Monochromatic Colors of #b5cfbd

#b5cfbd

Complementary Color

#b5cfbd #cfb5c7

#b5cfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cfbd Color CSS Codes

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

#b5cfbd Text Font Color

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

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


#b5cfbd Background Color

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

This div background color is #b5cfbd


#b5cfbd Border Color

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

This div border color is #b5cfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cfbd


Comments

No comments written yet.

Please login to write comment.