Color Hex Logo

#baae69 Color Hex

#BAAE69
(186,174,105)
0 Favorites   0 Comments

Color spaces of #baae69

RGB 186174105
HSL0.140.370.57
HSV51°44°73°
CMYK 0.000.060.44   0.27
XYZ37.935641.731119.4201
Yxy41.73110.38290.4212
Hunter Lab64.5996-8.226627.3958
CIE-Lab70.6851-5.508636.8773

#baae69 color RGB value is (186,174,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 01101001
Octal 272 256 151
Decimal 186 174 105
Hex BA AE 69

RGB Percentages of Color #baae69

%40.00
%37.42
%22.58

CMYK Percentages of Color #baae69

%0
%6
%44
%27

Triadic Colors of #baae69

#baae69 #69baae #ae69ba

Analogous Colors of #baae69

#baae69 #9eba69 #ba8669

Monochromatic Colors of #baae69

#baae69

Complementary Color

#baae69 #6975ba

#baae69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae69 Color CSS Codes

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

#baae69 Text Font Color

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

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


#baae69 Background Color

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

This div background color is #baae69


#baae69 Border Color

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

This div border color is #baae69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae69


Comments

No comments written yet.

Please login to write comment.