Color Hex Logo

#bae578 Color Hex

#BAE578
(186,229,120)
0 Favorites   0 Comments

Color spaces of #bae578

RGB 186229120
HSL0.230.680.68
HSV84°48°90°
CMYK 0.190.000.48   0.10
XYZ51.659267.833828.1398
Yxy67.83380.34990.4595
Hunter Lab82.3613-32.172337.3957
CIE-Lab85.9233-31.281048.3354

#bae578 color RGB value is (186,229,120).

#bae578 hex color red value is 186, green value is 229 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bae578 hue: 0.23 , saturation: 0.68 and the lightness value of bae578 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 01111000
Octal 272 345 170
Decimal 186 229 120
Hex BA E5 78

RGB Percentages of Color #bae578

%34.77
%42.80
%22.43

CMYK Percentages of Color #bae578

%19
%0
%48
%10

Triadic Colors of #bae578

#bae578 #78bae5 #e578ba

Analogous Colors of #bae578

#bae578 #84e578 #e5da78

Monochromatic Colors of #bae578

#bae578

Complementary Color

#bae578 #a378e5

#bae578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae578 Color CSS Codes

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

#bae578 Text Font Color

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

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


#bae578 Background Color

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

This div background color is #bae578


#bae578 Border Color

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

This div border color is #bae578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae578


Comments

No comments written yet.

Please login to write comment.