Color Hex Logo

#baae80 Color Hex

#BAAE80
(186,174,128)
0 Favorites   0 Comments

Color spaces of #baae80

RGB 186174128
HSL0.130.300.62
HSV48°31°73°
CMYK 0.000.060.31   0.27
XYZ39.282042.269726.5106
Yxy42.26970.36350.3912
Hunter Lab65.0152-5.927221.3345
CIE-Lab71.0565-2.804525.2106

#baae80 color RGB value is (186,174,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 10000000
Octal 272 256 200
Decimal 186 174 128
Hex BA AE 80

RGB Percentages of Color #baae80

%38.11
%35.66
%26.23

CMYK Percentages of Color #baae80

%0
%6
%31
%27

Triadic Colors of #baae80

#baae80 #80baae #ae80ba

Analogous Colors of #baae80

#baae80 #a9ba80 #ba9180

Monochromatic Colors of #baae80

#baae80

Complementary Color

#baae80 #808cba

#baae80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae80 Color CSS Codes

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

#baae80 Text Font Color

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

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


#baae80 Background Color

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

This div background color is #baae80


#baae80 Border Color

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

This div border color is #baae80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae80


Comments

No comments written yet.

Please login to write comment.