Color Hex Logo

#bfd35a Color Hex

#BFD35A
(191,211,90)
0 Favorites   0 Comments

Color spaces of #bfd35a

RGB 19121190
HSL0.190.580.59
HSV70°57°83°
CMYK 0.090.000.57   0.17
XYZ46.625658.403118.4884
Yxy58.40310.37750.4728
Hunter Lab76.4219-24.834139.1516
CIE-Lab80.9624-23.606356.4267

#bfd35a color RGB value is (191,211,90).

#bfd35a hex color red value is 191, green value is 211 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bfd35a hue: 0.19 , saturation: 0.58 and the lightness value of bfd35a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 01011010
Octal 277 323 132
Decimal 191 211 90
Hex BF D3 5A

RGB Percentages of Color #bfd35a

%38.82
%42.89
%18.29

CMYK Percentages of Color #bfd35a

%9
%0
%57
%17

Triadic Colors of #bfd35a

#bfd35a #5abfd3 #d35abf

Analogous Colors of #bfd35a

#bfd35a #83d35a #d3ab5a

Monochromatic Colors of #bfd35a

#bfd35a

Complementary Color

#bfd35a #6e5ad3

#bfd35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd35a Color CSS Codes

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

#bfd35a Text Font Color

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

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


#bfd35a Background Color

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

This div background color is #bfd35a


#bfd35a Border Color

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

This div border color is #bfd35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd35a


Comments

No comments written yet.

Please login to write comment.