Color Hex Logo

#bae66e Color Hex

#BAE66E
(186,230,110)
0 Favorites   0 Comments

Color spaces of #bae66e

RGB 186230110
HSL0.230.710.67
HSV82°52°90°
CMYK 0.190.000.52   0.10
XYZ51.361068.158525.2008
Yxy68.15850.35490.4710
Hunter Lab82.5582-33.428539.6925
CIE-Lab86.0856-32.767553.2145

#bae66e color RGB value is (186,230,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 01101110
Octal 272 346 156
Decimal 186 230 110
Hex BA E6 6E

RGB Percentages of Color #bae66e

%35.36
%43.73
%20.91

CMYK Percentages of Color #bae66e

%19
%0
%52
%10

Triadic Colors of #bae66e

#bae66e #6ebae6 #e66eba

Analogous Colors of #bae66e

#bae66e #7ee66e #e6d66e

Monochromatic Colors of #bae66e

#bae66e

Complementary Color

#bae66e #9a6ee6

#bae66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae66e Color CSS Codes

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

#bae66e Text Font Color

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

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


#bae66e Background Color

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

This div background color is #bae66e


#bae66e Border Color

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

This div border color is #bae66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae66e


Comments

No comments written yet.

Please login to write comment.