Color Hex Logo

#bae2ae Color Hex

#BAE2AE
(186,226,174)
0 Favorites   0 Comments

Color spaces of #bae2ae

RGB 186226174
HSL0.290.470.78
HSV106°23°89°
CMYK 0.180.000.23   0.11
XYZ55.086067.887850.2447
Yxy67.88780.31800.3919
Hunter Lab82.3941-24.850321.5202
CIE-Lab85.9503-22.567521.2248

#bae2ae color RGB value is (186,226,174).

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

The process color (four color CMYK) of #bae2ae color hex is 0.18, 0.00, 0.23, 0.11. Web safe color of #bae2ae is #cccc99. Color #bae2ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 10101110
Octal 272 342 256
Decimal 186 226 174
Hex BA E2 AE

RGB Percentages of Color #bae2ae

%31.74
%38.57
%29.69

CMYK Percentages of Color #bae2ae

%18
%0
%23
%11

Triadic Colors of #bae2ae

#bae2ae #aebae2 #e2aeba

Analogous Colors of #bae2ae

#bae2ae #aee2bc #d4e2ae

Monochromatic Colors of #bae2ae

#bae2ae

Complementary Color

#bae2ae #d6aee2

#bae2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae2ae Color CSS Codes

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

#bae2ae Text Font Color

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

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


#bae2ae Background Color

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

This div background color is #bae2ae


#bae2ae Border Color

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

This div border color is #bae2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae2ae


Comments

No comments written yet.

Please login to write comment.