Color Hex Logo

#bae06f Color Hex

#BAE06F
(186,224,111)
0 Favorites   0 Comments

Color spaces of #bae06f

RGB 186224111
HSL0.220.650.66
HSV80°50°88°
CMYK 0.170.000.50   0.12
XYZ49.774664.898124.9421
Yxy64.89810.35650.4648
Hunter Lab80.5594-30.690438.0347
CIE-Lab84.4312-29.873250.7837

#bae06f color RGB value is (186,224,111).

#bae06f hex color red value is 186, green value is 224 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bae06f hue: 0.22 , saturation: 0.65 and the lightness value of bae06f is 0.66.

The process color (four color CMYK) of #bae06f color hex is 0.17, 0.00, 0.50, 0.12. Web safe color of #bae06f is #cccc66. Color #bae06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 01101111
Octal 272 340 157
Decimal 186 224 111
Hex BA E0 6F

RGB Percentages of Color #bae06f

%35.70
%42.99
%21.31

CMYK Percentages of Color #bae06f

%17
%0
%50
%12

Triadic Colors of #bae06f

#bae06f #6fbae0 #e06fba

Analogous Colors of #bae06f

#bae06f #82e06f #e0ce6f

Monochromatic Colors of #bae06f

#bae06f

Complementary Color

#bae06f #956fe0

#bae06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae06f Color CSS Codes

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

#bae06f Text Font Color

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

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


#bae06f Background Color

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

This div background color is #bae06f


#bae06f Border Color

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

This div border color is #bae06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae06f


Comments

No comments written yet.

Please login to write comment.