Color Hex Logo

#bae395 Color Hex

#BAE395
(186,227,149)
0 Favorites   0 Comments

Color spaces of #bae395

RGB 186227149
HSL0.250.580.74
HSV92°34°89°
CMYK 0.180.000.34   0.11
XYZ53.143667.547238.6707
Yxy67.54720.33350.4239
Hunter Lab82.1871-28.406229.6338
CIE-Lab85.7795-26.789933.8469

#bae395 color RGB value is (186,227,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100011 10010101
Octal 272 343 225
Decimal 186 227 149
Hex BA E3 95

RGB Percentages of Color #bae395

%33.10
%40.39
%26.51

CMYK Percentages of Color #bae395

%18
%0
%34
%11

Triadic Colors of #bae395

#bae395 #95bae3 #e395ba

Analogous Colors of #bae395

#bae395 #95e397 #e1e395

Monochromatic Colors of #bae395

#bae395

Complementary Color

#bae395 #be95e3

#bae395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae395 Color CSS Codes

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

#bae395 Text Font Color

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

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


#bae395 Background Color

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

This div background color is #bae395


#bae395 Border Color

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

This div border color is #bae395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae395


Comments

No comments written yet.

Please login to write comment.