Color Hex Logo

#bae493 Color Hex

#BAE493
(186,228,147)
0 Favorites   0 Comments

Color spaces of #bae493

RGB 186228147
HSL0.250.600.74
HSV91°36°89°
CMYK 0.180.000.36   0.11
XYZ53.259668.032537.9283
Yxy68.03250.33450.4273
Hunter Lab82.4818-29.083430.4735
CIE-Lab86.0227-27.538635.1784

#bae493 color RGB value is (186,228,147).

#bae493 hex color red value is 186, green value is 228 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bae493 hue: 0.25 , saturation: 0.60 and the lightness value of bae493 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 10010011
Octal 272 344 223
Decimal 186 228 147
Hex BA E4 93

RGB Percentages of Color #bae493

%33.16
%40.64
%26.20

CMYK Percentages of Color #bae493

%18
%0
%36
%11

Triadic Colors of #bae493

#bae493 #93bae4 #e493ba

Analogous Colors of #bae493

#bae493 #93e495 #e3e493

Monochromatic Colors of #bae493

#bae493

Complementary Color

#bae493 #bd93e4

#bae493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae493 Color CSS Codes

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

#bae493 Text Font Color

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

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


#bae493 Background Color

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

This div background color is #bae493


#bae493 Border Color

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

This div border color is #bae493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae493


Comments

No comments written yet.

Please login to write comment.