Color Hex Logo

#baec9c Color Hex

#BAEC9C
(186,236,156)
0 Favorites   0 Comments

Color spaces of #baec9c

RGB 186236156
HSL0.270.680.77
HSV98°34°93°
CMYK 0.210.000.34   0.07
XYZ56.245972.830342.5457
Yxy72.83030.32770.4244
Hunter Lab85.3407-31.701330.1801
CIE-Lab88.3667-30.077433.7265

#baec9c color RGB value is (186,236,156).

#baec9c hex color red value is 186, green value is 236 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #baec9c hue: 0.27 , saturation: 0.68 and the lightness value of baec9c is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 10011100
Octal 272 354 234
Decimal 186 236 156
Hex BA EC 9C

RGB Percentages of Color #baec9c

%32.18
%40.83
%26.99

CMYK Percentages of Color #baec9c

%21
%0
%34
%7

Triadic Colors of #baec9c

#baec9c #9cbaec #ec9cba

Analogous Colors of #baec9c

#baec9c #9ceca6 #e2ec9c

Monochromatic Colors of #baec9c

#baec9c

Complementary Color

#baec9c #ce9cec

#baec9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baec9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baec9c Color CSS Codes

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

#baec9c Text Font Color

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

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


#baec9c Background Color

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

This div background color is #baec9c


#baec9c Border Color

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

This div border color is #baec9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baec9c


Comments

No comments written yet.

Please login to write comment.