Color Hex Logo

#badc5f Color Hex

#BADC5F
(186,220,95)
0 Favorites   0 Comments

Color spaces of #badc5f

RGB 18622095
HSL0.210.640.62
HSV76°57°86°
CMYK 0.150.000.57   0.14
XYZ47.908562.451720.3558
Yxy62.45170.36650.4778
Hunter Lab79.0264-30.083440.0464
CIE-Lab83.1530-29.464856.5939

#badc5f color RGB value is (186,220,95).

#badc5f hex color red value is 186, green value is 220 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #badc5f hue: 0.21 , saturation: 0.64 and the lightness value of badc5f is 0.62.

The process color (four color CMYK) of #badc5f color hex is 0.15, 0.00, 0.57, 0.14. Web safe color of #badc5f is #cccc66. Color #badc5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 01011111
Octal 272 334 137
Decimal 186 220 95
Hex BA DC 5F

RGB Percentages of Color #badc5f

%37.13
%43.91
%18.96

CMYK Percentages of Color #badc5f

%15
%0
%57
%14

Triadic Colors of #badc5f

#badc5f #5fbadc #dc5fba

Analogous Colors of #badc5f

#badc5f #7cdc5f #dcc05f

Monochromatic Colors of #badc5f

#badc5f

Complementary Color

#badc5f #815fdc

#badc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#badc5f Color CSS Codes

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

#badc5f Text Font Color

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

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


#badc5f Background Color

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

This div background color is #badc5f


#badc5f Border Color

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

This div border color is #badc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badc5f


Comments

No comments written yet.

Please login to write comment.