Color Hex Logo

#bfc75d Color Hex

#BFC75D
(191,199,93)
0 Favorites   0 Comments

Color spaces of #bfc75d

RGB 19119993
HSL0.180.490.57
HSV65°53°78°
CMYK 0.040.000.53   0.22
XYZ43.885152.713518.2177
Yxy52.71350.38220.4591
Hunter Lab72.6041-19.163835.9459
CIE-Lab77.7055-17.450651.3546

#bfc75d color RGB value is (191,199,93).

#bfc75d hex color red value is 191, green value is 199 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bfc75d hue: 0.18 , saturation: 0.49 and the lightness value of bfc75d is 0.57.

The process color (four color CMYK) of #bfc75d color hex is 0.04, 0.00, 0.53, 0.22. Web safe color of #bfc75d is #cccc66. Color #bfc75d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 01011101
Octal 277 307 135
Decimal 191 199 93
Hex BF C7 5D

RGB Percentages of Color #bfc75d

%39.54
%41.20
%19.25

CMYK Percentages of Color #bfc75d

%4
%0
%53
%22

Triadic Colors of #bfc75d

#bfc75d #5dbfc7 #c75dbf

Analogous Colors of #bfc75d

#bfc75d #8ac75d #c79a5d

Monochromatic Colors of #bfc75d

#bfc75d

Complementary Color

#bfc75d #655dc7

#bfc75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc75d Color CSS Codes

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

#bfc75d Text Font Color

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

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


#bfc75d Background Color

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

This div background color is #bfc75d


#bfc75d Border Color

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

This div border color is #bfc75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc75d


Comments

No comments written yet.

Please login to write comment.