Color Hex Logo

#bae997 Color Hex

#BAE997
(186,233,151)
0 Favorites   0 Comments

Color spaces of #bae997

RGB 186233151
HSL0.260.650.75
HSV94°35°91°
CMYK 0.200.000.35   0.09
XYZ54.974570.951340.0757
Yxy70.95130.33120.4274
Hunter Lab84.2326-30.908830.7542
CIE-Lab87.4613-29.362035.0517

#bae997 color RGB value is (186,233,151).

#bae997 hex color red value is 186, green value is 233 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bae997 hue: 0.26 , saturation: 0.65 and the lightness value of bae997 is 0.75.

The process color (four color CMYK) of #bae997 color hex is 0.20, 0.00, 0.35, 0.09. Web safe color of #bae997 is #ccff99. Color #bae997 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 10010111
Octal 272 351 227
Decimal 186 233 151
Hex BA E9 97

RGB Percentages of Color #bae997

%32.63
%40.88
%26.49

CMYK Percentages of Color #bae997

%20
%0
%35
%9

Triadic Colors of #bae997

#bae997 #97bae9 #e997ba

Analogous Colors of #bae997

#bae997 #97e99d #e3e997

Monochromatic Colors of #bae997

#bae997

Complementary Color

#bae997 #c697e9

#bae997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae997 Color CSS Codes

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

#bae997 Text Font Color

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

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


#bae997 Background Color

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

This div background color is #bae997


#bae997 Border Color

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

This div border color is #bae997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae997


Comments

No comments written yet.

Please login to write comment.