Color Hex Logo

#bac5ae Color Hex

#BAC5AE
(186,197,174)
0 Favorites   0 Comments

Color spaces of #bac5ae

RGB 186197174
HSL0.250.170.73
HSV89°12°77°
CMYK 0.060.000.12   0.23
XYZ47.855953.427647.8347
Yxy53.42760.32090.3583
Hunter Lab73.0942-11.048112.3650
CIE-Lab78.1268-7.945510.2476

#bac5ae color RGB value is (186,197,174).

#bac5ae hex color red value is 186, green value is 197 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bac5ae hue: 0.25 , saturation: 0.17 and the lightness value of bac5ae is 0.73.

The process color (four color CMYK) of #bac5ae color hex is 0.06, 0.00, 0.12, 0.23. Web safe color of #bac5ae is #cccc99. Color #bac5ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 10101110
Octal 272 305 256
Decimal 186 197 174
Hex BA C5 AE

RGB Percentages of Color #bac5ae

%33.39
%35.37
%31.24

CMYK Percentages of Color #bac5ae

%6
%0
%12
%23

Triadic Colors of #bac5ae

#bac5ae #aebac5 #c5aeba

Analogous Colors of #bac5ae

#bac5ae #afc5ae #c5c5ae

Monochromatic Colors of #bac5ae

#bac5ae

Complementary Color

#bac5ae #b9aec5

#bac5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac5ae Color CSS Codes

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

#bac5ae Text Font Color

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

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


#bac5ae Background Color

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

This div background color is #bac5ae


#bac5ae Border Color

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

This div border color is #bac5ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,197,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 #bac5ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac5ae


Comments

No comments written yet.

Please login to write comment.