Color Hex Logo

#bae586 Color Hex

#BAE586
(186,229,134)
0 Favorites   0 Comments

Color spaces of #bae586

RGB 186229134
HSL0.240.650.71
HSV87°41°90°
CMYK 0.190.000.41   0.10
XYZ52.572168.199032.9471
Yxy68.19900.34200.4437
Hunter Lab82.5827-30.886734.1536
CIE-Lab86.1059-29.678441.7735

#bae586 color RGB value is (186,229,134).

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

The process color (four color CMYK) of #bae586 color hex is 0.19, 0.00, 0.41, 0.10. Web safe color of #bae586 is #cccc99. Color #bae586 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 10000110
Octal 272 345 206
Decimal 186 229 134
Hex BA E5 86

RGB Percentages of Color #bae586

%33.88
%41.71
%24.41

CMYK Percentages of Color #bae586

%19
%0
%41
%10

Triadic Colors of #bae586

#bae586 #86bae5 #e586ba

Analogous Colors of #bae586

#bae586 #8be586 #e5e186

Monochromatic Colors of #bae586

#bae586

Complementary Color

#bae586 #b186e5

#bae586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae586 Color CSS Codes

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

#bae586 Text Font Color

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

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


#bae586 Background Color

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

This div background color is #bae586


#bae586 Border Color

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

This div border color is #bae586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae586


Comments

No comments written yet.

Please login to write comment.