Color Hex Logo

#bad855 Color Hex

#BAD855
(186,216,85)
0 Favorites   0 Comments

Color spaces of #bad855

RGB 18621685
HSL0.200.630.59
HSV74°61°85°
CMYK 0.140.000.61   0.15
XYZ46.445360.206717.7675
Yxy60.20670.37330.4839
Hunter Lab77.5930-28.941940.7387
CIE-Lab81.9504-28.374059.5888

#bad855 color RGB value is (186,216,85).

#bad855 hex color red value is 186, green value is 216 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bad855 hue: 0.20 , saturation: 0.63 and the lightness value of bad855 is 0.59.

The process color (four color CMYK) of #bad855 color hex is 0.14, 0.00, 0.61, 0.15. Web safe color of #bad855 is #cccc66. Color #bad855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 01010101
Octal 272 330 125
Decimal 186 216 85
Hex BA D8 55

RGB Percentages of Color #bad855

%38.19
%44.35
%17.45

CMYK Percentages of Color #bad855

%14
%0
%61
%15

Triadic Colors of #bad855

#bad855 #55bad8 #d855ba

Analogous Colors of #bad855

#bad855 #79d855 #d8b555

Monochromatic Colors of #bad855

#bad855

Complementary Color

#bad855 #7355d8

#bad855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad855 Color CSS Codes

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

#bad855 Text Font Color

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

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


#bad855 Background Color

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

This div background color is #bad855


#bad855 Border Color

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

This div border color is #bad855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad855


Comments

No comments written yet.

Please login to write comment.