Color Hex Logo

#baef9c Color Hex

#BAEF9C
(186,239,156)
0 Favorites   0 Comments

Color spaces of #baef9c

RGB 186239156
HSL0.270.720.77
HSV98°35°94°
CMYK 0.220.000.35   0.06
XYZ57.117074.572442.8360
Yxy74.57240.32730.4273
Hunter Lab86.3553-33.058631.0383
CIE-Lab89.1923-31.480134.8182

#baef9c color RGB value is (186,239,156).

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

The process color (four color CMYK) of #baef9c color hex is 0.22, 0.00, 0.35, 0.06. Web safe color of #baef9c is #ccff99. Color #baef9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 10011100
Octal 272 357 234
Decimal 186 239 156
Hex BA EF 9C

RGB Percentages of Color #baef9c

%32.01
%41.14
%26.85

CMYK Percentages of Color #baef9c

%22
%0
%35
%6

Triadic Colors of #baef9c

#baef9c #9cbaef #ef9cba

Analogous Colors of #baef9c

#baef9c #9cefa8 #e4ef9c

Monochromatic Colors of #baef9c

#baef9c

Complementary Color

#baef9c #d19cef

#baef9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baef9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baef9c Color CSS Codes

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

#baef9c Text Font Color

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

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


#baef9c Background Color

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

This div background color is #baef9c


#baef9c Border Color

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

This div border color is #baef9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baef9c


Comments

No comments written yet.

Please login to write comment.