Color Hex Logo

#bad75e Color Hex

#BAD75E
(186,215,94)
0 Favorites   0 Comments

Color spaces of #bad75e

RGB 18621594
HSL0.210.600.61
HSV74°56°84°
CMYK 0.130.000.56   0.16
XYZ46.570559.848119.6870
Yxy59.84810.36930.4746
Hunter Lab77.3616-27.928439.0649
CIE-Lab81.7556-27.180555.4509

#bad75e color RGB value is (186,215,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 01011110
Octal 272 327 136
Decimal 186 215 94
Hex BA D7 5E

RGB Percentages of Color #bad75e

%37.58
%43.43
%18.99

CMYK Percentages of Color #bad75e

%13
%0
%56
%16

Triadic Colors of #bad75e

#bad75e #5ebad7 #d75eba

Analogous Colors of #bad75e

#bad75e #7ed75e #d7b85e

Monochromatic Colors of #bad75e

#bad75e

Complementary Color

#bad75e #7b5ed7

#bad75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad75e Color CSS Codes

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

#bad75e Text Font Color

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

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


#bad75e Background Color

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

This div background color is #bad75e


#bad75e Border Color

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

This div border color is #bad75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad75e


Comments

No comments written yet.

Please login to write comment.