Color Hex Logo

#bade1f Color Hex

#BADE1F
(186,222,31)
0 Favorites   0 Comments

Color spaces of #bade1f

RGB 18622231
HSL0.200.750.50
HSV71°86°87°
CMYK 0.160.000.86   0.13
XYZ46.618362.780610.9571
Yxy62.78060.38730.5216
Hunter Lab79.2342-33.637547.2649
CIE-Lab83.3268-33.818478.2262

#bade1f color RGB value is (186,222,31).

#bade1f hex color red value is 186, green value is 222 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bade1f hue: 0.20 , saturation: 0.75 and the lightness value of bade1f is 0.50.

The process color (four color CMYK) of #bade1f color hex is 0.16, 0.00, 0.86, 0.13. Web safe color of #bade1f is #cccc33. Color #bade1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 00011111
Octal 272 336 37
Decimal 186 222 31
Hex BA DE 1F

RGB Percentages of Color #bade1f

%42.37
%50.57
%7.06

CMYK Percentages of Color #bade1f

%16
%0
%86
%13

Triadic Colors of #bade1f

#bade1f #1fbade #de1fba

Analogous Colors of #bade1f

#bade1f #5ade1f #dea31f

Monochromatic Colors of #bade1f

#bade1f

Complementary Color

#bade1f #431fde

#bade1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bade1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bade1f Color CSS Codes

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

#bade1f Text Font Color

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

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


#bade1f Background Color

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

This div background color is #bade1f


#bade1f Border Color

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

This div border color is #bade1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,222,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bade1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bade1f;
  -webkit-box-shadow: 1px 1px 3px 2px #bade1f;
  box-shadow:         1px 1px 3px 2px #bade1f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,222,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bade1f


Comments

No comments written yet.

Please login to write comment.