Color Hex Logo

#bad74d Color Hex

#BAD74D
(186,215,77)
0 Favorites   0 Comments

Color spaces of #bad74d

RGB 18621577
HSL0.200.630.57
HSV73°64°84°
CMYK 0.130.000.64   0.16
XYZ45.889759.575816.1018
Yxy59.57580.37750.4901
Hunter Lab77.1854-28.949241.6611
CIE-Lab81.6071-28.470862.5248

#bad74d color RGB value is (186,215,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 01001101
Octal 272 327 115
Decimal 186 215 77
Hex BA D7 4D

RGB Percentages of Color #bad74d

%38.91
%44.98
%16.11

CMYK Percentages of Color #bad74d

%13
%0
%64
%16

Triadic Colors of #bad74d

#bad74d #4dbad7 #d74dba

Analogous Colors of #bad74d

#bad74d #75d74d #d7af4d

Monochromatic Colors of #bad74d

#bad74d

Complementary Color

#bad74d #6a4dd7

#bad74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad74d Color CSS Codes

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

#bad74d Text Font Color

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

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


#bad74d Background Color

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

This div background color is #bad74d


#bad74d Border Color

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

This div border color is #bad74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad74d


Comments

No comments written yet.

Please login to write comment.