Color Hex Logo

#bdfc4a Color Hex

#BDFC4A
(189,252,74)
0 Favorites   0 Comments

Color spaces of #bdfc4a

RGB 18925274
HSL0.230.970.64
HSV81°71°99°
CMYK 0.250.000.71   0.01
XYZ57.032780.934019.0945
Yxy80.93400.36310.5153
Hunter Lab89.9633-44.274950.3902
CIE-Lab92.1023-44.230874.4362

#bdfc4a color RGB value is (189,252,74).

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

The process color (four color CMYK) of #bdfc4a color hex is 0.25, 0.00, 0.71, 0.01. Web safe color of #bdfc4a is #ccff33. Color #bdfc4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 01001010
Octal 275 374 112
Decimal 189 252 74
Hex BD FC 4A

RGB Percentages of Color #bdfc4a

%36.70
%48.93
%14.37

CMYK Percentages of Color #bdfc4a

%25
%0
%71
%1

Triadic Colors of #bdfc4a

#bdfc4a #4abdfc #fc4abd

Analogous Colors of #bdfc4a

#bdfc4a #64fc4a #fce24a

Monochromatic Colors of #bdfc4a

#bdfc4a

Complementary Color

#bdfc4a #894afc

#bdfc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfc4a Color CSS Codes

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

#bdfc4a Text Font Color

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

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


#bdfc4a Background Color

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

This div background color is #bdfc4a


#bdfc4a Border Color

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

This div border color is #bdfc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfc4a


Comments

No comments written yet.

Please login to write comment.