Color Hex Logo

#bad155 Color Hex

#BAD155
(186,209,85)
0 Favorites   0 Comments

Color spaces of #bad155

RGB 18620985
HSL0.200.570.58
HSV71°59°82°
CMYK 0.110.000.59   0.18
XYZ44.689956.695917.1823
Yxy56.69590.37690.4782
Hunter Lab75.2967-25.826339.1780
CIE-Lab80.0082-25.028057.4535

#bad155 color RGB value is (186,209,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 01010101
Octal 272 321 125
Decimal 186 209 85
Hex BA D1 55

RGB Percentages of Color #bad155

%38.75
%43.54
%17.71

CMYK Percentages of Color #bad155

%11
%0
%59
%18

Triadic Colors of #bad155

#bad155 #55bad1 #d155ba

Analogous Colors of #bad155

#bad155 #7cd155 #d1aa55

Monochromatic Colors of #bad155

#bad155

Complementary Color

#bad155 #6c55d1

#bad155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad155 Color CSS Codes

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

#bad155 Text Font Color

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

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


#bad155 Background Color

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

This div background color is #bad155


#bad155 Border Color

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

This div border color is #bad155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad155


Comments

No comments written yet.

Please login to write comment.