Color Hex Logo

#baae78 Color Hex

#BAAE78
(186,174,120)
0 Favorites   0 Comments

Color spaces of #baae78

RGB 186174120
HSL0.140.320.60
HSV49°35°73°
CMYK 0.000.060.35   0.27
XYZ38.775942.067323.8454
Yxy42.06730.37040.4018
Hunter Lab64.8593-6.788223.6037
CIE-Lab70.9173-3.811029.3044

#baae78 color RGB value is (186,174,120).

#baae78 hex color red value is 186, green value is 174 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #baae78 hue: 0.14 , saturation: 0.32 and the lightness value of baae78 is 0.60.

The process color (four color CMYK) of #baae78 color hex is 0.00, 0.06, 0.35, 0.27. Web safe color of #baae78 is #cc9966. Color #baae78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 01111000
Octal 272 256 170
Decimal 186 174 120
Hex BA AE 78

RGB Percentages of Color #baae78

%38.75
%36.25
%25.00

CMYK Percentages of Color #baae78

%0
%6
%35
%27

Triadic Colors of #baae78

#baae78 #78baae #ae78ba

Analogous Colors of #baae78

#baae78 #a5ba78 #ba8d78

Monochromatic Colors of #baae78

#baae78

Complementary Color

#baae78 #7884ba

#baae78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae78 Color CSS Codes

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

#baae78 Text Font Color

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

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


#baae78 Background Color

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

This div background color is #baae78


#baae78 Border Color

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

This div border color is #baae78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae78


Comments

No comments written yet.

Please login to write comment.