Color Hex Logo

#baee8c Color Hex

#BAEE8C
(186,238,140)
0 Favorites   0 Comments

Color spaces of #baee8c

RGB 186238140
HSL0.260.740.74
HSV92°41°93°
CMYK 0.220.000.41   0.07
XYZ55.557973.481636.0661
Yxy73.48160.33650.4451
Hunter Lab85.7214-34.322835.0595
CIE-Lab88.6769-33.133042.0964

#baee8c color RGB value is (186,238,140).

#baee8c hex color red value is 186, green value is 238 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #baee8c hue: 0.26 , saturation: 0.74 and the lightness value of baee8c is 0.74.

The process color (four color CMYK) of #baee8c color hex is 0.22, 0.00, 0.41, 0.07. Web safe color of #baee8c is #ccff99. Color #baee8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 10001100
Octal 272 356 214
Decimal 186 238 140
Hex BA EE 8C

RGB Percentages of Color #baee8c

%32.98
%42.20
%24.82

CMYK Percentages of Color #baee8c

%22
%0
%41
%7

Triadic Colors of #baee8c

#baee8c #8cbaee #ee8cba

Analogous Colors of #baee8c

#baee8c #8cee8f #ebee8c

Monochromatic Colors of #baee8c

#baee8c

Complementary Color

#baee8c #c08cee

#baee8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baee8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baee8c Color CSS Codes

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

#baee8c Text Font Color

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

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


#baee8c Background Color

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

This div background color is #baee8c


#baee8c Border Color

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

This div border color is #baee8c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,238,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 #baee8c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baee8c


Comments

No comments written yet.

Please login to write comment.