Color Hex Logo

#bfd55a Color Hex

#BFD55A
(191,213,90)
0 Favorites   0 Comments

Color spaces of #bfd55a

RGB 19121390
HSL0.200.590.59
HSV71°58°84°
CMYK 0.100.000.58   0.16
XYZ47.125659.403118.6550
Yxy59.40310.37650.4745
Hunter Lab77.0734-25.736839.6007
CIE-Lab81.5127-24.573657.0438

#bfd55a color RGB value is (191,213,90).

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

The process color (four color CMYK) of #bfd55a color hex is 0.10, 0.00, 0.58, 0.16. Web safe color of #bfd55a is #cccc66. Color #bfd55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 01011010
Octal 277 325 132
Decimal 191 213 90
Hex BF D5 5A

RGB Percentages of Color #bfd55a

%38.66
%43.12
%18.22

CMYK Percentages of Color #bfd55a

%10
%0
%58
%16

Triadic Colors of #bfd55a

#bfd55a #5abfd5 #d55abf

Analogous Colors of #bfd55a

#bfd55a #82d55a #d5ae5a

Monochromatic Colors of #bfd55a

#bfd55a

Complementary Color

#bfd55a #705ad5

#bfd55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd55a Color CSS Codes

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

#bfd55a Text Font Color

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

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


#bfd55a Background Color

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

This div background color is #bfd55a


#bfd55a Border Color

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

This div border color is #bfd55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd55a


Comments

No comments written yet.

Please login to write comment.