Color Hex Logo

#bada5f Color Hex

#BADA5F
(186,218,95)
0 Favorites   0 Comments

Color spaces of #bada5f

RGB 18621895
HSL0.210.620.61
HSV76°56°85°
CMYK 0.150.000.56   0.15
XYZ47.386761.408120.1819
Yxy61.40810.36740.4761
Hunter Lab78.3633-29.195939.5846
CIE-Lab82.5976-28.520755.9629

#bada5f color RGB value is (186,218,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 01011111
Octal 272 332 137
Decimal 186 218 95
Hex BA DA 5F

RGB Percentages of Color #bada5f

%37.27
%43.69
%19.04

CMYK Percentages of Color #bada5f

%15
%0
%56
%15

Triadic Colors of #bada5f

#bada5f #5fbada #da5fba

Analogous Colors of #bada5f

#bada5f #7dda5f #dabd5f

Monochromatic Colors of #bada5f

#bada5f

Complementary Color

#bada5f #7f5fda

#bada5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada5f Color CSS Codes

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

#bada5f Text Font Color

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

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


#bada5f Background Color

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

This div background color is #bada5f


#bada5f Border Color

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

This div border color is #bada5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,218,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 #bada5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada5f


Comments

No comments written yet.

Please login to write comment.