Color Hex Logo

#bfd09e Color Hex

#BFD09E
(191,208,158)
0 Favorites   0 Comments

Color spaces of #bfd09e

RGB 191208158
HSL0.220.350.72
HSV80°24°82°
CMYK 0.080.000.24   0.18
XYZ50.213358.656741.0231
Yxy58.65670.33500.3913
Hunter Lab76.5877-16.998121.8535
CIE-Lab81.1025-14.344922.9675

#bfd09e color RGB value is (191,208,158).

#bfd09e hex color red value is 191, green value is 208 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bfd09e hue: 0.22 , saturation: 0.35 and the lightness value of bfd09e is 0.72.

The process color (four color CMYK) of #bfd09e color hex is 0.08, 0.00, 0.24, 0.18. Web safe color of #bfd09e is #cccc99. Color #bfd09e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 10011110
Octal 277 320 236
Decimal 191 208 158
Hex BF D0 9E

RGB Percentages of Color #bfd09e

%34.29
%37.34
%28.37

CMYK Percentages of Color #bfd09e

%8
%0
%24
%18

Triadic Colors of #bfd09e

#bfd09e #9ebfd0 #d09ebf

Analogous Colors of #bfd09e

#bfd09e #a6d09e #d0c89e

Monochromatic Colors of #bfd09e

#bfd09e

Complementary Color

#bfd09e #af9ed0

#bfd09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd09e Color CSS Codes

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

#bfd09e Text Font Color

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

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


#bfd09e Background Color

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

This div background color is #bfd09e


#bfd09e Border Color

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

This div border color is #bfd09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd09e


Comments

No comments written yet.

Please login to write comment.