Color Hex Logo

#baec8d Color Hex

#BAEC8D
(186,236,141)
0 Favorites   0 Comments

Color spaces of #baec8d

RGB 186236141
HSL0.250.710.74
HSV92°40°93°
CMYK 0.210.000.40   0.07
XYZ55.052972.353136.2633
Yxy72.35310.33640.4421
Hunter Lab85.0606-33.327434.2657
CIE-Lab88.1383-32.081940.9160

#baec8d color RGB value is (186,236,141).

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

The process color (four color CMYK) of #baec8d color hex is 0.21, 0.00, 0.40, 0.07. Web safe color of #baec8d is #ccff99. Color #baec8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 10001101
Octal 272 354 215
Decimal 186 236 141
Hex BA EC 8D

RGB Percentages of Color #baec8d

%33.04
%41.92
%25.04

CMYK Percentages of Color #baec8d

%21
%0
%40
%7

Triadic Colors of #baec8d

#baec8d #8dbaec #ec8dba

Analogous Colors of #baec8d

#baec8d #8dec90 #eaec8d

Monochromatic Colors of #baec8d

#baec8d

Complementary Color

#baec8d #bf8dec

#baec8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baec8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baec8d Color CSS Codes

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

#baec8d Text Font Color

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

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


#baec8d Background Color

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

This div background color is #baec8d


#baec8d Border Color

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

This div border color is #baec8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baec8d


Comments

No comments written yet.

Please login to write comment.