Color Hex Logo

#bfdcb0 Color Hex

#BFDCB0
(191,220,176)
0 Favorites   0 Comments

Color spaces of #bfdcb0

RGB 191220176
HSL0.280.390.78
HSV100°20°86°
CMYK 0.130.000.20   0.14
XYZ54.915565.397450.8029
Yxy65.39740.32090.3822
Hunter Lab80.8687-20.306119.3612
CIE-Lab84.6881-17.557518.4784

#bfdcb0 color RGB value is (191,220,176).

#bfdcb0 hex color red value is 191, green value is 220 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bfdcb0 hue: 0.28 , saturation: 0.39 and the lightness value of bfdcb0 is 0.78.

The process color (four color CMYK) of #bfdcb0 color hex is 0.13, 0.00, 0.20, 0.14. Web safe color of #bfdcb0 is #cccc99. Color #bfdcb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 10110000
Octal 277 334 260
Decimal 191 220 176
Hex BF DC B0

RGB Percentages of Color #bfdcb0

%32.54
%37.48
%29.98

CMYK Percentages of Color #bfdcb0

%13
%0
%20
%14

Triadic Colors of #bfdcb0

#bfdcb0 #b0bfdc #dcb0bf

Analogous Colors of #bfdcb0

#bfdcb0 #b0dcb7 #d5dcb0

Monochromatic Colors of #bfdcb0

#bfdcb0

Complementary Color

#bfdcb0 #cdb0dc

#bfdcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdcb0 Color CSS Codes

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

#bfdcb0 Text Font Color

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

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


#bfdcb0 Background Color

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

This div background color is #bfdcb0


#bfdcb0 Border Color

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

This div border color is #bfdcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdcb0


Comments

No comments written yet.

Please login to write comment.