Color Hex Logo

#bdfb14 Color Hex

#BDFB14
(189,251,20)
0 Favorites   0 Comments

Color spaces of #bdfb14

RGB 18925120
HSL0.210.970.53
HSV76°92°98°
CMYK 0.250.000.92   0.02
XYZ55.609779.863713.1461
Yxy79.86370.37420.5374
Hunter Lab89.3665-45.316953.8348
CIE-Lab91.6237-45.704786.7083

#bdfb14 color RGB value is (189,251,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 00010100
Octal 275 373 24
Decimal 189 251 20
Hex BD FB 14

RGB Percentages of Color #bdfb14

%41.09
%54.57
%4.35

CMYK Percentages of Color #bdfb14

%25
%0
%92
%2

Triadic Colors of #bdfb14

#bdfb14 #14bdfb #fb14bd

Analogous Colors of #bdfb14

#bdfb14 #4afb14 #fbc614

Monochromatic Colors of #bdfb14

#bdfb14

Complementary Color

#bdfb14 #5214fb

#bdfb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfb14 Color CSS Codes

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

#bdfb14 Text Font Color

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

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


#bdfb14 Background Color

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

This div background color is #bdfb14


#bdfb14 Border Color

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

This div border color is #bdfb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfb14


Comments

No comments written yet.

Please login to write comment.