Color Hex Logo

#bfd37c Color Hex

#BFD37C
(191,211,124)
0 Favorites   0 Comments

Color spaces of #bfd37c

RGB 191211124
HSL0.200.500.66
HSV74°41°83°
CMYK 0.090.000.41   0.17
XYZ48.418259.120127.9282
Yxy59.12010.35740.4364
Hunter Lab76.8896-22.153432.2871
CIE-Lab81.3576-20.319540.7836

#bfd37c color RGB value is (191,211,124).

#bfd37c hex color red value is 191, green value is 211 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bfd37c hue: 0.20 , saturation: 0.50 and the lightness value of bfd37c is 0.66.

The process color (four color CMYK) of #bfd37c color hex is 0.09, 0.00, 0.41, 0.17. Web safe color of #bfd37c is #cccc66. Color #bfd37c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 01111100
Octal 277 323 174
Decimal 191 211 124
Hex BF D3 7C

RGB Percentages of Color #bfd37c

%36.31
%40.11
%23.57

CMYK Percentages of Color #bfd37c

%9
%0
%41
%17

Triadic Colors of #bfd37c

#bfd37c #7cbfd3 #d37cbf

Analogous Colors of #bfd37c

#bfd37c #94d37c #d3bc7c

Monochromatic Colors of #bfd37c

#bfd37c

Complementary Color

#bfd37c #907cd3

#bfd37c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd37c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd37c Color CSS Codes

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

#bfd37c Text Font Color

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

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


#bfd37c Background Color

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

This div background color is #bfd37c


#bfd37c Border Color

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

This div border color is #bfd37c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd37c


Comments

No comments written yet.

Please login to write comment.