Color Hex Logo

#badaaa Color Hex

#BADAAA
(186,218,170)
1 Favorites   0 Comments

Color spaces of #badaaa

RGB 186218170
HSL0.280.390.76
HSV100°22°85°
CMYK 0.150.000.22   0.15
XYZ52.576863.484247.5128
Yxy63.48420.32140.3881
Hunter Lab79.6770-21.647120.4182
CIE-Lab83.6965-19.281020.1924

#badaaa color RGB value is (186,218,170).

#badaaa hex color red value is 186, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #badaaa hue: 0.28 , saturation: 0.39 and the lightness value of badaaa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 10101010
Octal 272 332 252
Decimal 186 218 170
Hex BA DA AA

RGB Percentages of Color #badaaa

%32.40
%37.98
%29.62

CMYK Percentages of Color #badaaa

%15
%0
%22
%15

Triadic Colors of #badaaa

#badaaa #aabada #daaaba

Analogous Colors of #badaaa

#badaaa #aadab2 #d2daaa

Monochromatic Colors of #badaaa

#badaaa

Complementary Color

#badaaa #caaada

#badaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#badaaa Color CSS Codes

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

#badaaa Text Font Color

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

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


#badaaa Background Color

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

This div background color is #badaaa


#badaaa Border Color

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

This div border color is #badaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badaaa


Comments

No comments written yet.

Please login to write comment.