Color Hex Logo

#bad347 Color Hex

#BAD347
(186,211,71)
0 Favorites   0 Comments

Color spaces of #bad347

RGB 18621171
HSL0.200.610.55
HSV71°66°83°
CMYK 0.120.000.66   0.17
XYZ44.681357.482614.7015
Yxy57.48260.38230.4919
Hunter Lab75.8173-27.485141.5754
CIE-Lab80.4503-26.958263.6897

#bad347 color RGB value is (186,211,71).

#bad347 hex color red value is 186, green value is 211 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bad347 hue: 0.20 , saturation: 0.61 and the lightness value of bad347 is 0.55.

The process color (four color CMYK) of #bad347 color hex is 0.12, 0.00, 0.66, 0.17. Web safe color of #bad347 is #cccc33. Color #bad347 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 01000111
Octal 272 323 107
Decimal 186 211 71
Hex BA D3 47

RGB Percentages of Color #bad347

%39.74
%45.09
%15.17

CMYK Percentages of Color #bad347

%12
%0
%66
%17

Triadic Colors of #bad347

#bad347 #47bad3 #d347ba

Analogous Colors of #bad347

#bad347 #74d347 #d3a647

Monochromatic Colors of #bad347

#bad347

Complementary Color

#bad347 #6047d3

#bad347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad347 Color CSS Codes

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

#bad347 Text Font Color

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

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


#bad347 Background Color

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

This div background color is #bad347


#bad347 Border Color

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

This div border color is #bad347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad347


Comments

No comments written yet.

Please login to write comment.