Color Hex Logo

#bad74e Color Hex

#BAD74E
(186,215,78)
0 Favorites   0 Comments

Color spaces of #bad74e

RGB 18621578
HSL0.200.630.57
HSV73°64°84°
CMYK 0.130.000.64   0.16
XYZ45.925359.590016.2892
Yxy59.59000.37700.4892
Hunter Lab77.1946-28.895641.5251
CIE-Lab81.6148-28.402862.1295

#bad74e color RGB value is (186,215,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 01001110
Octal 272 327 116
Decimal 186 215 78
Hex BA D7 4E

RGB Percentages of Color #bad74e

%38.83
%44.89
%16.28

CMYK Percentages of Color #bad74e

%13
%0
%64
%16

Triadic Colors of #bad74e

#bad74e #4ebad7 #d74eba

Analogous Colors of #bad74e

#bad74e #76d74e #d7b04e

Monochromatic Colors of #bad74e

#bad74e

Complementary Color

#bad74e #6b4ed7

#bad74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad74e Color CSS Codes

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

#bad74e Text Font Color

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

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


#bad74e Background Color

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

This div background color is #bad74e


#bad74e Border Color

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

This div border color is #bad74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad74e


Comments

No comments written yet.

Please login to write comment.