Color Hex Logo

#bfd87c Color Hex

#BFD87C
(191,216,124)
0 Favorites   0 Comments

Color spaces of #bfd87c

RGB 191216124
HSL0.210.540.67
HSV76°43°85°
CMYK 0.120.000.43   0.15
XYZ49.679861.643328.3487
Yxy61.64330.35570.4413
Hunter Lab78.5132-24.451133.5515
CIE-Lab82.7234-22.767942.5038

#bfd87c color RGB value is (191,216,124).

#bfd87c hex color red value is 191, green value is 216 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bfd87c hue: 0.21 , saturation: 0.54 and the lightness value of bfd87c is 0.67.

The process color (four color CMYK) of #bfd87c color hex is 0.12, 0.00, 0.43, 0.15. Web safe color of #bfd87c is #cccc66. Color #bfd87c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 01111100
Octal 277 330 174
Decimal 191 216 124
Hex BF D8 7C

RGB Percentages of Color #bfd87c

%35.97
%40.68
%23.35

CMYK Percentages of Color #bfd87c

%12
%0
%43
%15

Triadic Colors of #bfd87c

#bfd87c #7cbfd8 #d87cbf

Analogous Colors of #bfd87c

#bfd87c #91d87c #d8c37c

Monochromatic Colors of #bfd87c

#bfd87c

Complementary Color

#bfd87c #957cd8

#bfd87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd87c Color CSS Codes

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

#bfd87c Text Font Color

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

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


#bfd87c Background Color

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

This div background color is #bfd87c


#bfd87c Border Color

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

This div border color is #bfd87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd87c


Comments

No comments written yet.

Please login to write comment.