Color Hex Logo

#bfd12b Color Hex

#BFD12B
(191,209,43)
0 Favorites   0 Comments

Color spaces of #bfd12b

RGB 19120943
HSL0.180.660.49
HSV67°79°82°
CMYK 0.090.000.79   0.18
XYZ44.722456.851710.9019
Yxy56.85170.39760.5055
Hunter Lab75.4001-26.075644.2075
CIE-Lab80.0961-25.312572.8125

#bfd12b color RGB value is (191,209,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 00101011
Octal 277 321 53
Decimal 191 209 43
Hex BF D1 2B

RGB Percentages of Color #bfd12b

%43.12
%47.18
%9.71

CMYK Percentages of Color #bfd12b

%9
%0
%79
%18

Triadic Colors of #bfd12b

#bfd12b #2bbfd1 #d12bbf

Analogous Colors of #bfd12b

#bfd12b #6cd12b #d1902b

Monochromatic Colors of #bfd12b

#bfd12b

Complementary Color

#bfd12b #3d2bd1

#bfd12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd12b Color CSS Codes

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

#bfd12b Text Font Color

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

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


#bfd12b Background Color

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

This div background color is #bfd12b


#bfd12b Border Color

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

This div border color is #bfd12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd12b


Comments

No comments written yet.

Please login to write comment.