color codes Logo

#bdf90f color codes

#BDF90F
(189,249,15)
0 Favorites   0 Comments

Color spaces of #bdf90f

RGB 18924915
HSL0.210.950.52
HSV75°94°98°
CMYK 0.240.000.94   0.02
XYZ54.948278.604712.7281
Yxy78.60470.37560.5374
Hunter Lab88.6593-44.525253.5497
CIE-Lab91.0551-44.918986.7871

#bdf90f color RGB value is (189,249,15).

#bdf90f hex color red value is 189, green value is 249 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bdf90f hue: 0.21 , saturation: 0.95 and the lightness value of bdf90f is 0.52.

The process color (four color CMYK) of #bdf90f color code is 0.24, 0.00, 0.94, 0.02. Web safe color of #bdf90f is #ccff00. Color #bdf90f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 00001111
Octal 275 371 17
Decimal 189 249 15
Hex BD F9 F

RGB Percentages of Color #bdf90f

%41.72
%54.97
%3.31

CMYK Percentages of Color #bdf90f

%24
%0
%94
%2

Triadic Colors of #bdf90f

#bdf90f #0fbdf9 #f90fbd

Analogous Colors of #bdf90f

#bdf90f #48f90f #f9c00f

Monochromatic Colors of #bdf90f

#bdf90f

Complementary Color

#bdf90f #4b0ff9

#bdf90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf90f Color CSS Codes

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

#bdf90f Text Font Color

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

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


#bdf90f Background Color

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

This div background color is #bdf90f


#bdf90f Border Color

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

This div border color is #bdf90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf90f

Related Colors


Comments

No comments written yet.

Please login to write comment.