Color Hex Logo

#bae582 Color Hex

#BAE582
(186,229,130)
0 Favorites   0 Comments

Color spaces of #bae582

RGB 186229130
HSL0.240.660.70
HSV86°43°90°
CMYK 0.190.000.43   0.10
XYZ52.298368.089431.5053
Yxy68.08940.34430.4483
Hunter Lab82.5163-31.271435.1241
CIE-Lab86.0511-30.156343.6671

#bae582 color RGB value is (186,229,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 10000010
Octal 272 345 202
Decimal 186 229 130
Hex BA E5 82

RGB Percentages of Color #bae582

%34.13
%42.02
%23.85

CMYK Percentages of Color #bae582

%19
%0
%43
%10

Triadic Colors of #bae582

#bae582 #82bae5 #e582ba

Analogous Colors of #bae582

#bae582 #89e582 #e5df82

Monochromatic Colors of #bae582

#bae582

Complementary Color

#bae582 #ad82e5

#bae582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae582 Color CSS Codes

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

#bae582 Text Font Color

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

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


#bae582 Background Color

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

This div background color is #bae582


#bae582 Border Color

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

This div border color is #bae582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae582


Comments

No comments written yet.

Please login to write comment.