Color Hex Logo

#bfc35d Color Hex

#BFC35D
(191,195,93)
0 Favorites   0 Comments

Color spaces of #bfc35d

RGB 19119593
HSL0.170.460.56
HSV62°52°76°
CMYK 0.020.000.52   0.24
XYZ42.976750.896917.9149
Yxy50.89690.38440.4553
Hunter Lab71.3421-17.319635.0510
CIE-Lab76.6165-15.441650.0910

#bfc35d color RGB value is (191,195,93).

#bfc35d hex color red value is 191, green value is 195 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bfc35d hue: 0.17 , saturation: 0.46 and the lightness value of bfc35d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 01011101
Octal 277 303 135
Decimal 191 195 93
Hex BF C3 5D

RGB Percentages of Color #bfc35d

%39.87
%40.71
%19.42

CMYK Percentages of Color #bfc35d

%2
%0
%52
%24

Triadic Colors of #bfc35d

#bfc35d #5dbfc3 #c35dbf

Analogous Colors of #bfc35d

#bfc35d #8cc35d #c3945d

Monochromatic Colors of #bfc35d

#bfc35d

Complementary Color

#bfc35d #615dc3

#bfc35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc35d Color CSS Codes

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

#bfc35d Text Font Color

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

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


#bfc35d Background Color

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

This div background color is #bfc35d


#bfc35d Border Color

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

This div border color is #bfc35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc35d


Comments

No comments written yet.

Please login to write comment.