Color Hex Logo

#bad470 Color Hex

#BAD470
(186,212,112)
0 Favorites   0 Comments

Color spaces of #bad470

RGB 186212112
HSL0.210.540.64
HSV76°47°83°
CMYK 0.120.000.47   0.17
XYZ46.717858.695924.1964
Yxy58.69590.36040.4529
Hunter Lab76.6132-25.226134.9040
CIE-Lab81.1242-24.043846.3138

#bad470 color RGB value is (186,212,112).

#bad470 hex color red value is 186, green value is 212 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bad470 hue: 0.21 , saturation: 0.54 and the lightness value of bad470 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 01110000
Octal 272 324 160
Decimal 186 212 112
Hex BA D4 70

RGB Percentages of Color #bad470

%36.47
%41.57
%21.96

CMYK Percentages of Color #bad470

%12
%0
%47
%17

Triadic Colors of #bad470

#bad470 #70bad4 #d470ba

Analogous Colors of #bad470

#bad470 #88d470 #d4bc70

Monochromatic Colors of #bad470

#bad470

Complementary Color

#bad470 #8a70d4

#bad470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad470 Color CSS Codes

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

#bad470 Text Font Color

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

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


#bad470 Background Color

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

This div background color is #bad470


#bad470 Border Color

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

This div border color is #bad470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad470

#bad470 Color Palettes


Comments

No comments written yet.

Please login to write comment.