Color Hex Logo

#baae91 Color Hex

#BAAE91
(186,174,145)
0 Favorites   0 Comments

Color spaces of #baae91

RGB 186174145
HSL0.120.230.65
HSV42°22°73°
CMYK 0.000.060.22   0.27
XYZ40.496642.755532.9063
Yxy42.75550.34860.3681
Hunter Lab65.3877-3.877915.9337
CIE-Lab71.3887-0.436816.4546

#baae91 color RGB value is (186,174,145).

#baae91 hex color red value is 186, green value is 174 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #baae91 hue: 0.12 , saturation: 0.23 and the lightness value of baae91 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 10010001
Octal 272 256 221
Decimal 186 174 145
Hex BA AE 91

RGB Percentages of Color #baae91

%36.83
%34.46
%28.71

CMYK Percentages of Color #baae91

%0
%6
%22
%27

Triadic Colors of #baae91

#baae91 #91baae #ae91ba

Analogous Colors of #baae91

#baae91 #b2ba91 #ba9a91

Monochromatic Colors of #baae91

#baae91

Complementary Color

#baae91 #919dba

#baae91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae91 Color CSS Codes

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

#baae91 Text Font Color

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

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


#baae91 Background Color

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

This div background color is #baae91


#baae91 Border Color

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

This div border color is #baae91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae91


Comments

No comments written yet.

Please login to write comment.