Color Hex Logo

#bad74f Color Hex

#BAD74F
(186,215,79)
0 Favorites   0 Comments

Color spaces of #bad74f

RGB 18621579
HSL0.200.630.58
HSV73°63°84°
CMYK 0.130.000.63   0.16
XYZ45.961459.604516.4795
Yxy59.60450.37660.4884
Hunter Lab77.2040-28.841541.3871
CIE-Lab81.6227-28.334161.7312

#bad74f color RGB value is (186,215,79).

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

The process color (four color CMYK) of #bad74f color hex is 0.13, 0.00, 0.63, 0.16. Web safe color of #bad74f is #cccc66. Color #bad74f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 01001111
Octal 272 327 117
Decimal 186 215 79
Hex BA D7 4F

RGB Percentages of Color #bad74f

%38.75
%44.79
%16.46

CMYK Percentages of Color #bad74f

%13
%0
%63
%16

Triadic Colors of #bad74f

#bad74f #4fbad7 #d74fba

Analogous Colors of #bad74f

#bad74f #76d74f #d7b04f

Monochromatic Colors of #bad74f

#bad74f

Complementary Color

#bad74f #6c4fd7

#bad74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad74f Color CSS Codes

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

#bad74f Text Font Color

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

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


#bad74f Background Color

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

This div background color is #bad74f


#bad74f Border Color

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

This div border color is #bad74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad74f


Comments

No comments written yet.

Please login to write comment.