Color Hex Logo

#baae85 Color Hex

#BAAE85
(186,174,133)
0 Favorites   0 Comments

Color spaces of #baae85

RGB 186174133
HSL0.130.280.63
HSV46°28°73°
CMYK 0.000.060.28   0.27
XYZ39.619442.404728.2871
Yxy42.40470.35920.3844
Hunter Lab65.1189-5.355719.8281
CIE-Lab71.1490-2.140322.6407

#baae85 color RGB value is (186,174,133).

#baae85 hex color red value is 186, green value is 174 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #baae85 hue: 0.13 , saturation: 0.28 and the lightness value of baae85 is 0.63.

The process color (four color CMYK) of #baae85 color hex is 0.00, 0.06, 0.28, 0.27. Web safe color of #baae85 is #cc9999. Color #baae85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 10000101
Octal 272 256 205
Decimal 186 174 133
Hex BA AE 85

RGB Percentages of Color #baae85

%37.73
%35.29
%26.98

CMYK Percentages of Color #baae85

%0
%6
%28
%27

Triadic Colors of #baae85

#baae85 #85baae #ae85ba

Analogous Colors of #baae85

#baae85 #acba85 #ba9485

Monochromatic Colors of #baae85

#baae85

Complementary Color

#baae85 #8591ba

#baae85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae85 Color CSS Codes

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

#baae85 Text Font Color

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

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


#baae85 Background Color

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

This div background color is #baae85


#baae85 Border Color

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

This div border color is #baae85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae85


Comments

No comments written yet.

Please login to write comment.