Color Hex Logo

#bad570 Color Hex

#BAD570
(186,213,112)
0 Favorites   0 Comments

Color spaces of #bad570

RGB 186213112
HSL0.210.550.64
HSV76°47°84°
CMYK 0.130.000.47   0.16
XYZ46.968659.197524.2800
Yxy59.19750.36010.4538
Hunter Lab76.9399-25.678135.1477
CIE-Lab81.4000-24.528146.6501

#bad570 color RGB value is (186,213,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010101 01110000
Octal 272 325 160
Decimal 186 213 112
Hex BA D5 70

RGB Percentages of Color #bad570

%36.40
%41.68
%21.92

CMYK Percentages of Color #bad570

%13
%0
%47
%16

Triadic Colors of #bad570

#bad570 #70bad5 #d570ba

Analogous Colors of #bad570

#bad570 #88d570 #d5be70

Monochromatic Colors of #bad570

#bad570

Complementary Color

#bad570 #8b70d5

#bad570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad570 Color CSS Codes

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

#bad570 Text Font Color

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

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


#bad570 Background Color

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

This div background color is #bad570


#bad570 Border Color

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

This div border color is #bad570


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,213,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 #bad570">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad570


Comments

No comments written yet.

Please login to write comment.