Color Hex Logo

#bae583 Color Hex

#BAE583
(186,229,131)
0 Favorites   0 Comments

Color spaces of #bae583

RGB 186229131
HSL0.240.650.71
HSV86°43°90°
CMYK 0.190.000.43   0.10
XYZ52.365768.116431.8605
Yxy68.11640.34370.4471
Hunter Lab82.5327-31.176734.8848
CIE-Lab86.0646-30.038543.1951

#bae583 color RGB value is (186,229,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 10000011
Octal 272 345 203
Decimal 186 229 131
Hex BA E5 83

RGB Percentages of Color #bae583

%34.07
%41.94
%23.99

CMYK Percentages of Color #bae583

%19
%0
%43
%10

Triadic Colors of #bae583

#bae583 #83bae5 #e583ba

Analogous Colors of #bae583

#bae583 #89e583 #e5df83

Monochromatic Colors of #bae583

#bae583

Complementary Color

#bae583 #ae83e5

#bae583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae583 Color CSS Codes

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

#bae583 Text Font Color

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

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


#bae583 Background Color

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

This div background color is #bae583


#bae583 Border Color

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

This div border color is #bae583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae583


Comments

No comments written yet.

Please login to write comment.