Color Hex Logo

#badc8b Color Hex

#BADC8B
(186,220,139)
0 Favorites   0 Comments

Color spaces of #badc8b

RGB 186220139
HSL0.240.540.70
HSV85°37°86°
CMYK 0.150.000.37   0.14
XYZ50.503163.489634.0190
Yxy63.48960.34120.4289
Hunter Lab79.6804-26.303630.4628
CIE-Lab83.6993-24.761936.1837

#badc8b color RGB value is (186,220,139).

#badc8b hex color red value is 186, green value is 220 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #badc8b hue: 0.24 , saturation: 0.54 and the lightness value of badc8b is 0.70.

The process color (four color CMYK) of #badc8b color hex is 0.15, 0.00, 0.37, 0.14. Web safe color of #badc8b is #cccc99. Color #badc8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 10001011
Octal 272 334 213
Decimal 186 220 139
Hex BA DC 8B

RGB Percentages of Color #badc8b

%34.13
%40.37
%25.50

CMYK Percentages of Color #badc8b

%15
%0
%37
%14

Triadic Colors of #badc8b

#badc8b #8bbadc #dc8bba

Analogous Colors of #badc8b

#badc8b #92dc8b #dcd68b

Monochromatic Colors of #badc8b

#badc8b

Complementary Color

#badc8b #ad8bdc

#badc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#badc8b Color CSS Codes

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

#badc8b Text Font Color

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

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


#badc8b Background Color

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

This div background color is #badc8b


#badc8b Border Color

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

This div border color is #badc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badc8b


Comments

No comments written yet.

Please login to write comment.