Color Hex Logo

#bae194 Color Hex

#BAE194
(186,225,148)
0 Favorites   0 Comments

Color spaces of #bae194

RGB 186225148
HSL0.250.560.73
HSV90°34°88°
CMYK 0.170.000.34   0.12
XYZ52.520266.427638.0707
Yxy66.42760.33450.4231
Hunter Lab81.5031-27.606029.3574
CIE-Lab85.2141-25.969633.6083

#bae194 color RGB value is (186,225,148).

#bae194 hex color red value is 186, green value is 225 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bae194 hue: 0.25 , saturation: 0.56 and the lightness value of bae194 is 0.73.

The process color (four color CMYK) of #bae194 color hex is 0.17, 0.00, 0.34, 0.12. Web safe color of #bae194 is #cccc99. Color #bae194 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 10010100
Octal 272 341 224
Decimal 186 225 148
Hex BA E1 94

RGB Percentages of Color #bae194

%33.27
%40.25
%26.48

CMYK Percentages of Color #bae194

%17
%0
%34
%12

Triadic Colors of #bae194

#bae194 #94bae1 #e194ba

Analogous Colors of #bae194

#bae194 #94e195 #e1e194

Monochromatic Colors of #bae194

#bae194

Complementary Color

#bae194 #bb94e1

#bae194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae194 Color CSS Codes

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

#bae194 Text Font Color

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

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


#bae194 Background Color

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

This div background color is #bae194


#bae194 Border Color

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

This div border color is #bae194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae194


Comments

No comments written yet.

Please login to write comment.