Color Hex Logo

#bdfa4c Color Hex

#BDFA4C
(189,250,76)
0 Favorites   0 Comments

Color spaces of #bdfa4c

RGB 18925076
HSL0.230.950.64
HSV81°70°98°
CMYK 0.240.000.70   0.02
XYZ56.476479.711819.2468
Yxy79.71180.36330.5128
Hunter Lab89.2815-43.329649.7156
CIE-Lab91.5554-43.249173.1964

#bdfa4c color RGB value is (189,250,76).

#bdfa4c hex color red value is 189, green value is 250 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bdfa4c hue: 0.23 , saturation: 0.95 and the lightness value of bdfa4c is 0.64.

The process color (four color CMYK) of #bdfa4c color hex is 0.24, 0.00, 0.70, 0.02. Web safe color of #bdfa4c is #ccff33. Color #bdfa4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 01001100
Octal 275 372 114
Decimal 189 250 76
Hex BD FA 4C

RGB Percentages of Color #bdfa4c

%36.70
%48.54
%14.76

CMYK Percentages of Color #bdfa4c

%24
%0
%70
%2

Triadic Colors of #bdfa4c

#bdfa4c #4cbdfa #fa4cbd

Analogous Colors of #bdfa4c

#bdfa4c #66fa4c #fae04c

Monochromatic Colors of #bdfa4c

#bdfa4c

Complementary Color

#bdfa4c #894cfa

#bdfa4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa4c Color CSS Codes

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

#bdfa4c Text Font Color

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

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


#bdfa4c Background Color

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

This div background color is #bdfa4c


#bdfa4c Border Color

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

This div border color is #bdfa4c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,250,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdfa4c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdfa4c;
  -webkit-box-shadow: 1px 1px 3px 2px #bdfa4c;
  box-shadow:         1px 1px 3px 2px #bdfa4c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,250,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa4c

Related Colors


Comments

No comments written yet.

Please login to write comment.