Color Hex Logo

#bad8ae Color Hex

#BAD8AE
(186,216,174)
0 Favorites   0 Comments

Color spaces of #bad8ae

RGB 186216174
HSL0.290.350.76
HSV103°19°85°
CMYK 0.140.000.19   0.15
XYZ52.445562.606849.3646
Yxy62.60680.31900.3808
Hunter Lab79.1245-20.153918.3970
CIE-Lab83.2351-17.634017.4511

#bad8ae color RGB value is (186,216,174).

#bad8ae hex color red value is 186, green value is 216 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bad8ae hue: 0.29 , saturation: 0.35 and the lightness value of bad8ae is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 10101110
Octal 272 330 256
Decimal 186 216 174
Hex BA D8 AE

RGB Percentages of Color #bad8ae

%32.29
%37.50
%30.21

CMYK Percentages of Color #bad8ae

%14
%0
%19
%15

Triadic Colors of #bad8ae

#bad8ae #aebad8 #d8aeba

Analogous Colors of #bad8ae

#bad8ae #aed8b7 #cfd8ae

Monochromatic Colors of #bad8ae

#bad8ae

Complementary Color

#bad8ae #ccaed8

#bad8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad8ae Color CSS Codes

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

#bad8ae Text Font Color

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

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


#bad8ae Background Color

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

This div background color is #bad8ae


#bad8ae Border Color

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

This div border color is #bad8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad8ae


Comments

No comments written yet.

Please login to write comment.