Color Hex Logo

#bae98f Color Hex

#BAE98F
(186,233,143)
0 Favorites   0 Comments

Color spaces of #bae98f

RGB 186233143
HSL0.250.670.74
HSV91°39°91°
CMYK 0.200.000.39   0.09
XYZ54.346570.700136.7687
Yxy70.70010.33590.4369
Hunter Lab84.0834-31.774032.9315
CIE-Lab87.3391-30.427538.8971

#bae98f color RGB value is (186,233,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 10001111
Octal 272 351 217
Decimal 186 233 143
Hex BA E9 8F

RGB Percentages of Color #bae98f

%33.10
%41.46
%25.44

CMYK Percentages of Color #bae98f

%20
%0
%39
%9

Triadic Colors of #bae98f

#bae98f #8fbae9 #e98fba

Analogous Colors of #bae98f

#bae98f #8fe991 #e7e98f

Monochromatic Colors of #bae98f

#bae98f

Complementary Color

#bae98f #be8fe9

#bae98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae98f Color CSS Codes

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

#bae98f Text Font Color

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

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


#bae98f Background Color

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

This div background color is #bae98f


#bae98f Border Color

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

This div border color is #bae98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae98f

#bae98f Color Palettes


Comments

No comments written yet.

Please login to write comment.