Color Hex Logo

#bfdcb9 Color Hex

#BFDCB9
(191,220,185)
0 Favorites   0 Comments

Color spaces of #bfdcb9

RGB 191220185
HSL0.300.330.79
HSV110°16°86°
CMYK 0.130.000.16   0.14
XYZ55.836065.765555.6501
Yxy65.76550.31500.3710
Hunter Lab81.0959-19.017416.0808
CIE-Lab84.8767-16.056314.0191

#bfdcb9 color RGB value is (191,220,185).

#bfdcb9 hex color red value is 191, green value is 220 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bfdcb9 hue: 0.30 , saturation: 0.33 and the lightness value of bfdcb9 is 0.79.

The process color (four color CMYK) of #bfdcb9 color hex is 0.13, 0.00, 0.16, 0.14. Web safe color of #bfdcb9 is #cccccc. Color #bfdcb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 10111001
Octal 277 334 271
Decimal 191 220 185
Hex BF DC B9

RGB Percentages of Color #bfdcb9

%32.05
%36.91
%31.04

CMYK Percentages of Color #bfdcb9

%13
%0
%16
%14

Triadic Colors of #bfdcb9

#bfdcb9 #b9bfdc #dcb9bf

Analogous Colors of #bfdcb9

#bfdcb9 #b9dcc5 #d1dcb9

Monochromatic Colors of #bfdcb9

#bfdcb9

Complementary Color

#bfdcb9 #d6b9dc

#bfdcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdcb9 Color CSS Codes

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

#bfdcb9 Text Font Color

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

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


#bfdcb9 Background Color

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

This div background color is #bfdcb9


#bfdcb9 Border Color

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

This div border color is #bfdcb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdcb9


Comments

No comments written yet.

Please login to write comment.