Color Hex Logo

#bad37c Color Hex

#BAD37C
(186,211,124)
0 Favorites   0 Comments

Color spaces of #bad37c

RGB 186211124
HSL0.210.500.66
HSV77°41°83°
CMYK 0.120.000.41   0.17
XYZ47.182158.482927.8703
Yxy58.48290.35330.4380
Hunter Lab76.4741-23.700931.9242
CIE-Lab81.0065-22.233940.2662

#bad37c color RGB value is (186,211,124).

#bad37c hex color red value is 186, green value is 211 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bad37c hue: 0.21 , saturation: 0.50 and the lightness value of bad37c is 0.66.

The process color (four color CMYK) of #bad37c color hex is 0.12, 0.00, 0.41, 0.17. Web safe color of #bad37c is #cccc66. Color #bad37c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 01111100
Octal 272 323 174
Decimal 186 211 124
Hex BA D3 7C

RGB Percentages of Color #bad37c

%35.70
%40.50
%23.80

CMYK Percentages of Color #bad37c

%12
%0
%41
%17

Triadic Colors of #bad37c

#bad37c #7cbad3 #d37cba

Analogous Colors of #bad37c

#bad37c #8fd37c #d3c17c

Monochromatic Colors of #bad37c

#bad37c

Complementary Color

#bad37c #957cd3

#bad37c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad37c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad37c Color CSS Codes

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

#bad37c Text Font Color

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

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


#bad37c Background Color

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

This div background color is #bad37c


#bad37c Border Color

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

This div border color is #bad37c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad37c


Comments

No comments written yet.

Please login to write comment.