Color Hex Logo

#bdfa13 Color Hex

#BDFA13
(189,250,19)
0 Favorites   0 Comments

Color spaces of #bdfa13

RGB 18925019
HSL0.210.960.53
HSV76°92°98°
CMYK 0.240.000.92   0.02
XYZ55.289479.237012.9963
Yxy79.23700.37480.5371
Hunter Lab89.0152-44.906053.6542
CIE-Lab91.3414-45.292686.5986

#bdfa13 color RGB value is (189,250,19).

#bdfa13 hex color red value is 189, green value is 250 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #bdfa13 hue: 0.21 , saturation: 0.96 and the lightness value of bdfa13 is 0.53.

The process color (four color CMYK) of #bdfa13 color hex is 0.24, 0.00, 0.92, 0.02. Web safe color of #bdfa13 is #ccff00. Color #bdfa13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 00010011
Octal 275 372 23
Decimal 189 250 19
Hex BD FA 13

RGB Percentages of Color #bdfa13

%41.27
%54.59
%4.15

CMYK Percentages of Color #bdfa13

%24
%0
%92
%2

Triadic Colors of #bdfa13

#bdfa13 #13bdfa #fa13bd

Analogous Colors of #bdfa13

#bdfa13 #4afa13 #fac413

Monochromatic Colors of #bdfa13

#bdfa13

Complementary Color

#bdfa13 #5013fa

#bdfa13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa13 Color CSS Codes

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

#bdfa13 Text Font Color

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

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


#bdfa13 Background Color

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

This div background color is #bdfa13


#bdfa13 Border Color

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

This div border color is #bdfa13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa13


Comments

No comments written yet.

Please login to write comment.