Color Hex Logo

#bae9ae Color Hex

#BAE9AE
(186,233,174)
0 Favorites   0 Comments

Color spaces of #bae9ae

RGB 186233174
HSL0.300.570.80
HSV108°25°91°
CMYK 0.200.000.25   0.09
XYZ57.028671.772950.8922
Yxy71.77290.31740.3994
Hunter Lab84.7189-28.100623.6866
CIE-Lab87.8592-25.951523.8549

#bae9ae color RGB value is (186,233,174).

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

The process color (four color CMYK) of #bae9ae color hex is 0.20, 0.00, 0.25, 0.09. Web safe color of #bae9ae is #ccff99. Color #bae9ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 10101110
Octal 272 351 256
Decimal 186 233 174
Hex BA E9 AE

RGB Percentages of Color #bae9ae

%31.37
%39.29
%29.34

CMYK Percentages of Color #bae9ae

%20
%0
%25
%9

Triadic Colors of #bae9ae

#bae9ae #aebae9 #e9aeba

Analogous Colors of #bae9ae

#bae9ae #aee9c0 #d8e9ae

Monochromatic Colors of #bae9ae

#bae9ae

Complementary Color

#bae9ae #ddaee9

#bae9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae9ae Color CSS Codes

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

#bae9ae Text Font Color

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

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


#bae9ae Background Color

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

This div background color is #bae9ae


#bae9ae Border Color

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

This div border color is #bae9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae9ae


Comments

No comments written yet.

Please login to write comment.