Color Hex Logo

#bae5aa Color Hex

#BAE5AA
(186,229,170)
0 Favorites   0 Comments

Color spaces of #bae5aa

RGB 186229170
HSL0.290.530.78
HSV104°26°90°
CMYK 0.190.000.26   0.10
XYZ55.524769.380048.4954
Yxy69.38000.32020.4001
Hunter Lab83.2947-26.776523.7867
CIE-Lab86.6919-24.660224.3182

#bae5aa color RGB value is (186,229,170).

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

The process color (four color CMYK) of #bae5aa color hex is 0.19, 0.00, 0.26, 0.10. Web safe color of #bae5aa is #cccc99. Color #bae5aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 10101010
Octal 272 345 252
Decimal 186 229 170
Hex BA E5 AA

RGB Percentages of Color #bae5aa

%31.79
%39.15
%29.06

CMYK Percentages of Color #bae5aa

%19
%0
%26
%10

Triadic Colors of #bae5aa

#bae5aa #aabae5 #e5aaba

Analogous Colors of #bae5aa

#bae5aa #aae5b8 #d8e5aa

Monochromatic Colors of #bae5aa

#bae5aa

Complementary Color

#bae5aa #d5aae5

#bae5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae5aa Color CSS Codes

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

#bae5aa Text Font Color

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

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


#bae5aa Background Color

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

This div background color is #bae5aa


#bae5aa Border Color

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

This div border color is #bae5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae5aa


Comments

No comments written yet.

Please login to write comment.