Color Hex Logo

#bfd32d Color Hex

#BFD32D
(191,211,45)
0 Favorites   0 Comments

Color spaces of #bfd32d

RGB 19121145
HSL0.190.650.50
HSV67°79°83°
CMYK 0.090.000.79   0.17
XYZ45.253857.854411.2645
Yxy57.85440.39570.5058
Hunter Lab76.0621-26.908544.4628
CIE-Lab80.6578-26.199272.7625

#bfd32d color RGB value is (191,211,45).

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

The process color (four color CMYK) of #bfd32d color hex is 0.09, 0.00, 0.79, 0.17. Web safe color of #bfd32d is #cccc33. Color #bfd32d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 00101101
Octal 277 323 55
Decimal 191 211 45
Hex BF D3 2D

RGB Percentages of Color #bfd32d

%42.73
%47.20
%10.07

CMYK Percentages of Color #bfd32d

%9
%0
%79
%17

Triadic Colors of #bfd32d

#bfd32d #2dbfd3 #d32dbf

Analogous Colors of #bfd32d

#bfd32d #6cd32d #d3942d

Monochromatic Colors of #bfd32d

#bfd32d

Complementary Color

#bfd32d #412dd3

#bfd32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd32d Color CSS Codes

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

#bfd32d Text Font Color

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

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


#bfd32d Background Color

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

This div background color is #bfd32d


#bfd32d Border Color

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

This div border color is #bfd32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd32d


Comments

No comments written yet.

Please login to write comment.