Color Hex Logo

#bfd28e Color Hex

#BFD28E
(191,210,142)
0 Favorites   0 Comments

Color spaces of #bfd28e

RGB 191210142
HSL0.210.430.69
HSV77°32°82°
CMYK 0.090.000.32   0.18
XYZ49.414959.122534.3985
Yxy59.12250.34570.4136
Hunter Lab76.8912-19.844627.2995
CIE-Lab81.3589-17.603731.6457

#bfd28e color RGB value is (191,210,142).

#bfd28e hex color red value is 191, green value is 210 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bfd28e hue: 0.21 , saturation: 0.43 and the lightness value of bfd28e is 0.69.

The process color (four color CMYK) of #bfd28e color hex is 0.09, 0.00, 0.32, 0.18. Web safe color of #bfd28e is #cccc99. Color #bfd28e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010010 10001110
Octal 277 322 216
Decimal 191 210 142
Hex BF D2 8E

RGB Percentages of Color #bfd28e

%35.17
%38.67
%26.15

CMYK Percentages of Color #bfd28e

%9
%0
%32
%18

Triadic Colors of #bfd28e

#bfd28e #8ebfd2 #d28ebf

Analogous Colors of #bfd28e

#bfd28e #9dd28e #d2c38e

Monochromatic Colors of #bfd28e

#bfd28e

Complementary Color

#bfd28e #a18ed2

#bfd28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd28e Color CSS Codes

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

#bfd28e Text Font Color

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

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


#bfd28e Background Color

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

This div background color is #bfd28e


#bfd28e Border Color

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

This div border color is #bfd28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd28e


Comments

No comments written yet.

Please login to write comment.