Color Hex Logo

#bae1ac Color Hex

#BAE1AC
(186,225,172)
0 Favorites   0 Comments

Color spaces of #bae1ac

RGB 186225172
HSL0.290.470.78
HSV104°24°88°
CMYK 0.170.000.24   0.12
XYZ54.621367.268149.1349
Yxy67.26810.31940.3933
Hunter Lab82.0171-24.653621.8925
CIE-Lab85.6392-22.401921.8348

#bae1ac color RGB value is (186,225,172).

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

The process color (four color CMYK) of #bae1ac color hex is 0.17, 0.00, 0.24, 0.12. Web safe color of #bae1ac is #cccc99. Color #bae1ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 10101100
Octal 272 341 254
Decimal 186 225 172
Hex BA E1 AC

RGB Percentages of Color #bae1ac

%31.90
%38.59
%29.50

CMYK Percentages of Color #bae1ac

%17
%0
%24
%12

Triadic Colors of #bae1ac

#bae1ac #acbae1 #e1acba

Analogous Colors of #bae1ac

#bae1ac #ace1b9 #d5e1ac

Monochromatic Colors of #bae1ac

#bae1ac

Complementary Color

#bae1ac #d3ace1

#bae1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae1ac Color CSS Codes

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

#bae1ac Text Font Color

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

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


#bae1ac Background Color

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

This div background color is #bae1ac


#bae1ac Border Color

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

This div border color is #bae1ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,225,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 #bae1ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae1ac

#bae1ac Color Palettes


Comments

No comments written yet.

Please login to write comment.