Color Hex Logo

#baae7a Color Hex

#BAAE7A
(186,174,122)
0 Favorites   0 Comments

Color spaces of #baae7a

RGB 186174122
HSL0.140.320.60
HSV49°34°73°
CMYK 0.000.060.34   0.27
XYZ38.898642.116324.4914
Yxy42.11630.36870.3992
Hunter Lab64.8971-6.578923.0526
CIE-Lab70.9510-3.565628.2836

#baae7a color RGB value is (186,174,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 01111010
Octal 272 256 172
Decimal 186 174 122
Hex BA AE 7A

RGB Percentages of Color #baae7a

%38.59
%36.10
%25.31

CMYK Percentages of Color #baae7a

%0
%6
%34
%27

Triadic Colors of #baae7a

#baae7a #7abaae #ae7aba

Analogous Colors of #baae7a

#baae7a #a6ba7a #ba8e7a

Monochromatic Colors of #baae7a

#baae7a

Complementary Color

#baae7a #7a86ba

#baae7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae7a Color CSS Codes

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

#baae7a Text Font Color

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

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


#baae7a Background Color

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

This div background color is #baae7a


#baae7a Border Color

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

This div border color is #baae7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae7a


Comments

No comments written yet.

Please login to write comment.