Color Hex Logo

#bad056 Color Hex

#BAD056
(186,208,86)
0 Favorites   0 Comments

Color spaces of #bad056

RGB 18620886
HSL0.200.560.58
HSV71°59°82°
CMYK 0.110.000.59   0.18
XYZ44.485356.222717.3115
Yxy56.22270.37690.4764
Hunter Lab74.9818-25.317438.7986
CIE-Lab79.7404-24.467756.7215

#bad056 color RGB value is (186,208,86).

#bad056 hex color red value is 186, green value is 208 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bad056 hue: 0.20 , saturation: 0.56 and the lightness value of bad056 is 0.58.

The process color (four color CMYK) of #bad056 color hex is 0.11, 0.00, 0.59, 0.18. Web safe color of #bad056 is #cccc66. Color #bad056 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 01010110
Octal 272 320 126
Decimal 186 208 86
Hex BA D0 56

RGB Percentages of Color #bad056

%38.75
%43.33
%17.92

CMYK Percentages of Color #bad056

%11
%0
%59
%18

Triadic Colors of #bad056

#bad056 #56bad0 #d056ba

Analogous Colors of #bad056

#bad056 #7dd056 #d0a956

Monochromatic Colors of #bad056

#bad056

Complementary Color

#bad056 #6c56d0

#bad056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad056 Color CSS Codes

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

#bad056 Text Font Color

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

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


#bad056 Background Color

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

This div background color is #bad056


#bad056 Border Color

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

This div border color is #bad056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad056


Comments

No comments written yet.

Please login to write comment.