Color Hex Logo

#bae679 Color Hex

#BAE679
(186,230,121)
0 Favorites   0 Comments

Color spaces of #bae679

RGB 186230121
HSL0.230.690.69
HSV84°47°90°
CMYK 0.190.000.47   0.10
XYZ51.997768.413228.5537
Yxy68.41320.34910.4593
Hunter Lab82.7123-32.531137.4307
CIE-Lab86.2126-31.639048.2127

#bae679 color RGB value is (186,230,121).

#bae679 hex color red value is 186, green value is 230 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bae679 hue: 0.23 , saturation: 0.69 and the lightness value of bae679 is 0.69.

The process color (four color CMYK) of #bae679 color hex is 0.19, 0.00, 0.47, 0.10. Web safe color of #bae679 is #ccff66. Color #bae679 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 01111001
Octal 272 346 171
Decimal 186 230 121
Hex BA E6 79

RGB Percentages of Color #bae679

%34.64
%42.83
%22.53

CMYK Percentages of Color #bae679

%19
%0
%47
%10

Triadic Colors of #bae679

#bae679 #79bae6 #e679ba

Analogous Colors of #bae679

#bae679 #84e679 #e6dc79

Monochromatic Colors of #bae679

#bae679

Complementary Color

#bae679 #a579e6

#bae679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae679 Color CSS Codes

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

#bae679 Text Font Color

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

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


#bae679 Background Color

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

This div background color is #bae679


#bae679 Border Color

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

This div border color is #bae679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae679


Comments

No comments written yet.

Please login to write comment.