Color Hex Logo

#bae98e Color Hex

#BAE98E
(186,233,142)
0 Favorites   0 Comments

Color spaces of #bae98e

RGB 186233142
HSL0.250.670.74
HSV91°39°91°
CMYK 0.200.000.39   0.09
XYZ54.271170.669936.3715
Yxy70.66990.33640.4381
Hunter Lab84.0654-31.878133.1935
CIE-Lab87.3244-30.556139.3750

#bae98e color RGB value is (186,233,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 10001110
Octal 272 351 216
Decimal 186 233 142
Hex BA E9 8E

RGB Percentages of Color #bae98e

%33.16
%41.53
%25.31

CMYK Percentages of Color #bae98e

%20
%0
%39
%9

Triadic Colors of #bae98e

#bae98e #8ebae9 #e98eba

Analogous Colors of #bae98e

#bae98e #8ee990 #e8e98e

Monochromatic Colors of #bae98e

#bae98e

Complementary Color

#bae98e #bd8ee9

#bae98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae98e Color CSS Codes

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

#bae98e Text Font Color

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

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


#bae98e Background Color

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

This div background color is #bae98e


#bae98e Border Color

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

This div border color is #bae98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae98e


Comments

No comments written yet.

Please login to write comment.