Color Hex Logo

#bfd42c Color Hex

#BFD42C
(191,212,44)
0 Favorites   0 Comments

Color spaces of #bfd42c

RGB 19121244
HSL0.190.660.50
HSV68°79°83°
CMYK 0.100.000.79   0.17
XYZ45.484058.345211.2474
Yxy58.34520.39520.5070
Hunter Lab76.3840-27.381644.7385
CIE-Lab80.9303-26.713173.2800

#bfd42c color RGB value is (191,212,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010100 00101100
Octal 277 324 54
Decimal 191 212 44
Hex BF D4 2C

RGB Percentages of Color #bfd42c

%42.73
%47.43
%9.84

CMYK Percentages of Color #bfd42c

%10
%0
%79
%17

Triadic Colors of #bfd42c

#bfd42c #2cbfd4 #d42cbf

Analogous Colors of #bfd42c

#bfd42c #6bd42c #d4952c

Monochromatic Colors of #bfd42c

#bfd42c

Complementary Color

#bfd42c #412cd4

#bfd42c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd42c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd42c Color CSS Codes

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

#bfd42c Text Font Color

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

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


#bfd42c Background Color

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

This div background color is #bfd42c


#bfd42c Border Color

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

This div border color is #bfd42c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd42c


Comments

No comments written yet.

Please login to write comment.