Color Hex Logo

#bfd59e Color Hex

#BFD59E
(191,213,158)
0 Favorites   0 Comments

Color spaces of #bfd59e

RGB 191213158
HSL0.230.400.73
HSV84°26°84°
CMYK 0.100.000.26   0.16
XYZ51.451761.133541.4359
Yxy61.13350.33410.3969
Hunter Lab78.1879-19.366623.3106
CIE-Lab82.4505-16.859024.8086

#bfd59e color RGB value is (191,213,158).

#bfd59e hex color red value is 191, green value is 213 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bfd59e hue: 0.23 , saturation: 0.40 and the lightness value of bfd59e is 0.73.

The process color (four color CMYK) of #bfd59e color hex is 0.10, 0.00, 0.26, 0.16. Web safe color of #bfd59e is #cccc99. Color #bfd59e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 10011110
Octal 277 325 236
Decimal 191 213 158
Hex BF D5 9E

RGB Percentages of Color #bfd59e

%33.99
%37.90
%28.11

CMYK Percentages of Color #bfd59e

%10
%0
%26
%16

Triadic Colors of #bfd59e

#bfd59e #9ebfd5 #d59ebf

Analogous Colors of #bfd59e

#bfd59e #a4d59e #d5d09e

Monochromatic Colors of #bfd59e

#bfd59e

Complementary Color

#bfd59e #b49ed5

#bfd59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd59e Color CSS Codes

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

#bfd59e Text Font Color

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

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


#bfd59e Background Color

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

This div background color is #bfd59e


#bfd59e Border Color

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

This div border color is #bfd59e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,213,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 #bfd59e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd59e


Comments

No comments written yet.

Please login to write comment.