Color Hex Logo

#bae98c Color Hex

#BAE98C
(186,233,140)
0 Favorites   0 Comments

Color spaces of #bae98c

RGB 186233140
HSL0.250.680.73
HSV90°40°91°
CMYK 0.200.000.40   0.09
XYZ54.122270.610435.5876
Yxy70.61040.33760.4404
Hunter Lab84.0300-32.083933.7110
CIE-Lab87.2954-30.810840.3292

#bae98c color RGB value is (186,233,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 10001100
Octal 272 351 214
Decimal 186 233 140
Hex BA E9 8C

RGB Percentages of Color #bae98c

%33.27
%41.68
%25.04

CMYK Percentages of Color #bae98c

%20
%0
%40
%9

Triadic Colors of #bae98c

#bae98c #8cbae9 #e98cba

Analogous Colors of #bae98c

#bae98c #8ce98d #e9e98c

Monochromatic Colors of #bae98c

#bae98c

Complementary Color

#bae98c #bb8ce9

#bae98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae98c Color CSS Codes

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

#bae98c Text Font Color

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

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


#bae98c Background Color

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

This div background color is #bae98c


#bae98c Border Color

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

This div border color is #bae98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae98c


Comments

No comments written yet.

Please login to write comment.