Color Hex Logo

#bada4f Color Hex

#BADA4F
(186,218,79)
0 Favorites   0 Comments

Color spaces of #bada4f

RGB 18621879
HSL0.210.650.58
HSV74°64°85°
CMYK 0.150.000.64   0.15
XYZ46.732461.146416.7365
Yxy61.14640.37500.4907
Hunter Lab78.1962-30.166342.0473
CIE-Lab82.4574-29.749462.6191

#bada4f color RGB value is (186,218,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 01001111
Octal 272 332 117
Decimal 186 218 79
Hex BA DA 4F

RGB Percentages of Color #bada4f

%38.51
%45.13
%16.36

CMYK Percentages of Color #bada4f

%15
%0
%64
%15

Triadic Colors of #bada4f

#bada4f #4fbada #da4fba

Analogous Colors of #bada4f

#bada4f #75da4f #dab54f

Monochromatic Colors of #bada4f

#bada4f

Complementary Color

#bada4f #6f4fda

#bada4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada4f Color CSS Codes

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

#bada4f Text Font Color

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

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


#bada4f Background Color

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

This div background color is #bada4f


#bada4f Border Color

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

This div border color is #bada4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada4f


Comments

No comments written yet.

Please login to write comment.