Color Hex Logo

#bae556 Color Hex

#BAE556
(186,229,86)
0 Favorites   0 Comments

Color spaces of #bae556

RGB 18622986
HSL0.220.730.62
HSV78°62°90°
CMYK 0.190.000.62   0.10
XYZ49.948767.149619.1327
Yxy67.14960.36660.4929
Hunter Lab81.9449-34.600543.5182
CIE-Lab85.5794-34.353263.1153

#bae556 color RGB value is (186,229,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 01010110
Octal 272 345 126
Decimal 186 229 86
Hex BA E5 56

RGB Percentages of Color #bae556

%37.13
%45.71
%17.17

CMYK Percentages of Color #bae556

%19
%0
%62
%10

Triadic Colors of #bae556

#bae556 #56bae5 #e556ba

Analogous Colors of #bae556

#bae556 #73e556 #e5c956

Monochromatic Colors of #bae556

#bae556

Complementary Color

#bae556 #8156e5

#bae556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae556 Color CSS Codes

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

#bae556 Text Font Color

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

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


#bae556 Background Color

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

This div background color is #bae556


#bae556 Border Color

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

This div border color is #bae556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae556


Comments

No comments written yet.

Please login to write comment.