Color Hex Logo

#bae196 Color Hex

#BAE196
(186,225,150)
0 Favorites   0 Comments

Color spaces of #bae196

RGB 186225150
HSL0.250.560.74
HSV91°33°88°
CMYK 0.170.000.33   0.12
XYZ52.679966.491538.9118
Yxy66.49150.33320.4206
Hunter Lab81.5423-27.380328.7866
CIE-Lab85.2465-25.694032.6342

#bae196 color RGB value is (186,225,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 10010110
Octal 272 341 226
Decimal 186 225 150
Hex BA E1 96

RGB Percentages of Color #bae196

%33.16
%40.11
%26.74

CMYK Percentages of Color #bae196

%17
%0
%33
%12

Triadic Colors of #bae196

#bae196 #96bae1 #e196ba

Analogous Colors of #bae196

#bae196 #96e198 #e0e196

Monochromatic Colors of #bae196

#bae196

Complementary Color

#bae196 #bd96e1

#bae196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae196 Color CSS Codes

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

#bae196 Text Font Color

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

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


#bae196 Background Color

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

This div background color is #bae196


#bae196 Border Color

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

This div border color is #bae196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae196


Comments

No comments written yet.

Please login to write comment.