Color Hex Logo

#b5cfbf Color Hex

#B5CFBF
(181,207,191)
0 Favorites   0 Comments

Color spaces of #b5cfbf

RGB 181207191
HSL0.400.210.76
HSV143°13°81°
CMYK 0.130.000.08   0.19
XYZ50.772858.211057.8500
Yxy58.21100.30430.3489
Hunter Lab76.2961-14.73188.4519
CIE-Lab80.8560-11.78645.0069

#b5cfbf color RGB value is (181,207,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001111 10111111
Octal 265 317 277
Decimal 181 207 191
Hex B5 CF BF

RGB Percentages of Color #b5cfbf

%31.26
%35.75
%32.99

CMYK Percentages of Color #b5cfbf

%13
%0
%8
%19

Triadic Colors of #b5cfbf

#b5cfbf #bfb5cf #cfbfb5

Analogous Colors of #b5cfbf

#b5cfbf #b5cfcc #b8cfb5

Monochromatic Colors of #b5cfbf

#b5cfbf

Complementary Color

#b5cfbf #cfb5c5

#b5cfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cfbf Color CSS Codes

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

#b5cfbf Text Font Color

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

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


#b5cfbf Background Color

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

This div background color is #b5cfbf


#b5cfbf Border Color

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

This div border color is #b5cfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cfbf


Comments

No comments written yet.

Please login to write comment.