Color Hex Logo

#bad18f Color Hex

#BAD18F
(186,209,143)
0 Favorites   0 Comments

Color spaces of #bad18f

RGB 186209143
HSL0.220.420.69
HSV81°32°82°
CMYK 0.110.000.32   0.18
XYZ48.008158.023234.6559
Yxy58.02320.34120.4124
Hunter Lab76.1730-20.802826.3463
CIE-Lab80.7517-18.838530.2599

#bad18f color RGB value is (186,209,143).

#bad18f hex color red value is 186, green value is 209 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bad18f hue: 0.22 , saturation: 0.42 and the lightness value of bad18f is 0.69.

The process color (four color CMYK) of #bad18f color hex is 0.11, 0.00, 0.32, 0.18. Web safe color of #bad18f is #cccc99. Color #bad18f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 10001111
Octal 272 321 217
Decimal 186 209 143
Hex BA D1 8F

RGB Percentages of Color #bad18f

%34.57
%38.85
%26.58

CMYK Percentages of Color #bad18f

%11
%0
%32
%18

Triadic Colors of #bad18f

#bad18f #8fbad1 #d18fba

Analogous Colors of #bad18f

#bad18f #99d18f #d1c78f

Monochromatic Colors of #bad18f

#bad18f

Complementary Color

#bad18f #a68fd1

#bad18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad18f Color CSS Codes

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

#bad18f Text Font Color

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

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


#bad18f Background Color

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

This div background color is #bad18f


#bad18f Border Color

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

This div border color is #bad18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad18f


Comments

No comments written yet.

Please login to write comment.