Color Hex Logo

#bdfa12 Color Hex

#BDFA12
(189,250,18)
0 Favorites   0 Comments

Color spaces of #bdfa12

RGB 18925018
HSL0.210.960.53
HSV76°93°98°
CMYK 0.240.000.93   0.02
XYZ55.281179.233712.9523
Yxy79.23370.37490.5373
Hunter Lab89.0133-44.917153.6820
CIE-Lab91.3399-45.307086.7072

#bdfa12 color RGB value is (189,250,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 00010010
Octal 275 372 22
Decimal 189 250 18
Hex BD FA 12

RGB Percentages of Color #bdfa12

%41.36
%54.70
%3.94

CMYK Percentages of Color #bdfa12

%24
%0
%93
%2

Triadic Colors of #bdfa12

#bdfa12 #12bdfa #fa12bd

Analogous Colors of #bdfa12

#bdfa12 #49fa12 #fac312

Monochromatic Colors of #bdfa12

#bdfa12

Complementary Color

#bdfa12 #4f12fa

#bdfa12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa12 Color CSS Codes

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

#bdfa12 Text Font Color

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

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


#bdfa12 Background Color

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

This div background color is #bdfa12


#bdfa12 Border Color

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

This div border color is #bdfa12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa12


Comments

No comments written yet.

Please login to write comment.