Color Hex Logo

#bada8a Color Hex

#BADA8A
(186,218,138)
0 Favorites   0 Comments

Color spaces of #bada8a

RGB 186218138
HSL0.230.520.70
HSV84°37°85°
CMYK 0.150.000.37   0.15
XYZ49.908562.416933.4620
Yxy62.41690.34230.4281
Hunter Lab79.0044-25.495930.1910
CIE-Lab83.1346-23.923535.9549

#bada8a color RGB value is (186,218,138).

#bada8a hex color red value is 186, green value is 218 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bada8a hue: 0.23 , saturation: 0.52 and the lightness value of bada8a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 10001010
Octal 272 332 212
Decimal 186 218 138
Hex BA DA 8A

RGB Percentages of Color #bada8a

%34.32
%40.22
%25.46

CMYK Percentages of Color #bada8a

%15
%0
%37
%15

Triadic Colors of #bada8a

#bada8a #8abada #da8aba

Analogous Colors of #bada8a

#bada8a #92da8a #dad28a

Monochromatic Colors of #bada8a

#bada8a

Complementary Color

#bada8a #aa8ada

#bada8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada8a Color CSS Codes

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

#bada8a Text Font Color

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

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


#bada8a Background Color

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

This div background color is #bada8a


#bada8a Border Color

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

This div border color is #bada8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada8a


Comments

No comments written yet.

Please login to write comment.