Color Hex Logo

#bae561 Color Hex

#BAE561
(186,229,97)
0 Favorites   0 Comments

Color spaces of #bae561

RGB 18622997
HSL0.220.720.64
HSV80°58°90°
CMYK 0.190.000.58   0.10
XYZ50.426767.340821.6496
Yxy67.34080.36170.4830
Hunter Lab82.0614-33.919441.8010
CIE-Lab85.6758-33.485358.5701

#bae561 color RGB value is (186,229,97).

#bae561 hex color red value is 186, green value is 229 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bae561 hue: 0.22 , saturation: 0.72 and the lightness value of bae561 is 0.64.

The process color (four color CMYK) of #bae561 color hex is 0.19, 0.00, 0.58, 0.10. Web safe color of #bae561 is #cccc66. Color #bae561 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 01100001
Octal 272 345 141
Decimal 186 229 97
Hex BA E5 61

RGB Percentages of Color #bae561

%36.33
%44.73
%18.95

CMYK Percentages of Color #bae561

%19
%0
%58
%10

Triadic Colors of #bae561

#bae561 #61bae5 #e561ba

Analogous Colors of #bae561

#bae561 #78e561 #e5ce61

Monochromatic Colors of #bae561

#bae561

Complementary Color

#bae561 #8c61e5

#bae561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae561 Color CSS Codes

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

#bae561 Text Font Color

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

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


#bae561 Background Color

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

This div background color is #bae561


#bae561 Border Color

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

This div border color is #bae561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae561


Comments

No comments written yet.

Please login to write comment.