Color Hex Logo

#baea9f Color Hex

#BAEA9F
(186,234,159)
0 Favorites   0 Comments

Color spaces of #baea9f

RGB 186234159
HSL0.270.640.77
HSV98°32°92°
CMYK 0.210.000.32   0.08
XYZ55.930571.787943.7095
Yxy71.78790.32630.4188
Hunter Lab84.7277-30.442128.7228
CIE-Lab87.8664-28.707031.5427

#baea9f color RGB value is (186,234,159).

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

The process color (four color CMYK) of #baea9f color hex is 0.21, 0.00, 0.32, 0.08. Web safe color of #baea9f is #ccff99. Color #baea9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 10011111
Octal 272 352 237
Decimal 186 234 159
Hex BA EA 9F

RGB Percentages of Color #baea9f

%32.12
%40.41
%27.46

CMYK Percentages of Color #baea9f

%21
%0
%32
%8

Triadic Colors of #baea9f

#baea9f #9fbaea #ea9fba

Analogous Colors of #baea9f

#baea9f #9feaaa #e0ea9f

Monochromatic Colors of #baea9f

#baea9f

Complementary Color

#baea9f #cf9fea

#baea9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baea9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baea9f Color CSS Codes

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

#baea9f Text Font Color

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

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


#baea9f Background Color

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

This div background color is #baea9f


#baea9f Border Color

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

This div border color is #baea9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baea9f


Comments

No comments written yet.

Please login to write comment.