Color Hex Logo

#bfc37d Color Hex

#BFC37D
(191,195,125)
0 Favorites   0 Comments

Color spaces of #bfc37d

RGB 191195125
HSL0.180.370.63
HSV63°36°76°
CMYK 0.020.000.36   0.24
XYZ44.702651.587227.0033
Yxy51.58720.36260.4184
Hunter Lab71.8242-14.596027.9861
CIE-Lab77.0333-12.168334.7466

#bfc37d color RGB value is (191,195,125).

#bfc37d hex color red value is 191, green value is 195 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bfc37d hue: 0.18 , saturation: 0.37 and the lightness value of bfc37d is 0.63.

The process color (four color CMYK) of #bfc37d color hex is 0.02, 0.00, 0.36, 0.24. Web safe color of #bfc37d is #cccc66. Color #bfc37d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 01111101
Octal 277 303 175
Decimal 191 195 125
Hex BF C3 7D

RGB Percentages of Color #bfc37d

%37.38
%38.16
%24.46

CMYK Percentages of Color #bfc37d

%2
%0
%36
%24

Triadic Colors of #bfc37d

#bfc37d #7dbfc3 #c37dbf

Analogous Colors of #bfc37d

#bfc37d #9cc37d #c3a47d

Monochromatic Colors of #bfc37d

#bfc37d

Complementary Color

#bfc37d #817dc3

#bfc37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc37d Color CSS Codes

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

#bfc37d Text Font Color

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

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


#bfc37d Background Color

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

This div background color is #bfc37d


#bfc37d Border Color

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

This div border color is #bfc37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc37d


Comments

No comments written yet.

Please login to write comment.