Color Hex Logo

#bae7ac Color Hex

#BAE7AC
(186,231,172)
0 Favorites   0 Comments

Color spaces of #bae7ac

RGB 186231172
HSL0.290.550.79
HSV106°26°91°
CMYK 0.190.000.26   0.09
XYZ56.272070.569549.6852
Yxy70.56950.31880.3998
Hunter Lab84.0057-27.439923.7368
CIE-Lab87.2754-25.308724.0853

#bae7ac color RGB value is (186,231,172).

#bae7ac hex color red value is 186, green value is 231 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bae7ac hue: 0.29 , saturation: 0.55 and the lightness value of bae7ac is 0.79.

The process color (four color CMYK) of #bae7ac color hex is 0.19, 0.00, 0.26, 0.09. Web safe color of #bae7ac is #ccff99. Color #bae7ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 10101100
Octal 272 347 254
Decimal 186 231 172
Hex BA E7 AC

RGB Percentages of Color #bae7ac

%31.58
%39.22
%29.20

CMYK Percentages of Color #bae7ac

%19
%0
%26
%9

Triadic Colors of #bae7ac

#bae7ac #acbae7 #e7acba

Analogous Colors of #bae7ac

#bae7ac #ace7bc #d8e7ac

Monochromatic Colors of #bae7ac

#bae7ac

Complementary Color

#bae7ac #d9ace7

#bae7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae7ac Color CSS Codes

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

#bae7ac Text Font Color

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

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


#bae7ac Background Color

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

This div background color is #bae7ac


#bae7ac Border Color

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

This div border color is #bae7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae7ac


Comments

No comments written yet.

Please login to write comment.