Color Hex Logo

#bae386 Color Hex

#BAE386
(186,227,134)
0 Favorites   0 Comments

Color spaces of #bae386

RGB 186227134
HSL0.240.620.71
HSV86°41°89°
CMYK 0.180.000.41   0.11
XYZ52.021967.098532.7637
Yxy67.09850.34250.4418
Hunter Lab81.9137-29.986833.6249
CIE-Lab85.5537-28.735141.0711

#bae386 color RGB value is (186,227,134).

#bae386 hex color red value is 186, green value is 227 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bae386 hue: 0.24 , saturation: 0.62 and the lightness value of bae386 is 0.71.

The process color (four color CMYK) of #bae386 color hex is 0.18, 0.00, 0.41, 0.11. Web safe color of #bae386 is #cccc99. Color #bae386 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100011 10000110
Octal 272 343 206
Decimal 186 227 134
Hex BA E3 86

RGB Percentages of Color #bae386

%34.00
%41.50
%24.50

CMYK Percentages of Color #bae386

%18
%0
%41
%11

Triadic Colors of #bae386

#bae386 #86bae3 #e386ba

Analogous Colors of #bae386

#bae386 #8ce386 #e3de86

Monochromatic Colors of #bae386

#bae386

Complementary Color

#bae386 #af86e3

#bae386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae386 Color CSS Codes

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

#bae386 Text Font Color

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

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


#bae386 Background Color

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

This div background color is #bae386


#bae386 Border Color

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

This div border color is #bae386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae386


Comments

No comments written yet.

Please login to write comment.