Color Hex Logo

#bad471 Color Hex

#BAD471
(186,212,113)
0 Favorites   0 Comments

Color spaces of #bad471

RGB 186212113
HSL0.210.540.64
HSV76°47°83°
CMYK 0.120.000.47   0.17
XYZ46.773858.718324.4913
Yxy58.71830.35980.4517
Hunter Lab76.6279-25.142034.6896
CIE-Lab81.1365-23.939545.8449

#bad471 color RGB value is (186,212,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 01110001
Octal 272 324 161
Decimal 186 212 113
Hex BA D4 71

RGB Percentages of Color #bad471

%36.40
%41.49
%22.11

CMYK Percentages of Color #bad471

%12
%0
%47
%17

Triadic Colors of #bad471

#bad471 #71bad4 #d471ba

Analogous Colors of #bad471

#bad471 #89d471 #d4bd71

Monochromatic Colors of #bad471

#bad471

Complementary Color

#bad471 #8b71d4

#bad471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad471 Color CSS Codes

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

#bad471 Text Font Color

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

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


#bad471 Background Color

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

This div background color is #bad471


#bad471 Border Color

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

This div border color is #bad471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad471


Comments

No comments written yet.

Please login to write comment.