Color Hex Logo

#baed89 Color Hex

#BAED89
(186,237,137)
0 Favorites   0 Comments

Color spaces of #baed89

RGB 186237137
HSL0.250.740.73
HSV91°42°93°
CMYK 0.220.000.42   0.07
XYZ55.049272.813634.8199
Yxy72.81360.33840.4476
Hunter Lab85.3309-34.174035.5379
CIE-Lab88.3587-33.041543.1604

#baed89 color RGB value is (186,237,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 10001001
Octal 272 355 211
Decimal 186 237 137
Hex BA ED 89

RGB Percentages of Color #baed89

%33.21
%42.32
%24.46

CMYK Percentages of Color #baed89

%22
%0
%42
%7

Triadic Colors of #baed89

#baed89 #89baed #ed89ba

Analogous Colors of #baed89

#baed89 #89ed8a #eced89

Monochromatic Colors of #baed89

#baed89

Complementary Color

#baed89 #bc89ed

#baed89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed89 Color CSS Codes

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

#baed89 Text Font Color

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

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


#baed89 Background Color

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

This div background color is #baed89


#baed89 Border Color

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

This div border color is #baed89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed89


Comments

No comments written yet.

Please login to write comment.