Color Hex Logo

#bae06e Color Hex

#BAE06E
(186,224,110)
0 Favorites   0 Comments

Color spaces of #bae06e

RGB 186224110
HSL0.220.650.65
HSV80°51°88°
CMYK 0.170.000.51   0.12
XYZ49.719864.876224.6537
Yxy64.87620.35710.4659
Hunter Lab80.5458-30.769538.2344
CIE-Lab84.4199-29.972551.2377

#bae06e color RGB value is (186,224,110).

#bae06e hex color red value is 186, green value is 224 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bae06e hue: 0.22 , saturation: 0.65 and the lightness value of bae06e is 0.65.

The process color (four color CMYK) of #bae06e color hex is 0.17, 0.00, 0.51, 0.12. Web safe color of #bae06e is #cccc66. Color #bae06e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 01101110
Octal 272 340 156
Decimal 186 224 110
Hex BA E0 6E

RGB Percentages of Color #bae06e

%35.77
%43.08
%21.15

CMYK Percentages of Color #bae06e

%17
%0
%51
%12

Triadic Colors of #bae06e

#bae06e #6ebae0 #e06eba

Analogous Colors of #bae06e

#bae06e #81e06e #e0cd6e

Monochromatic Colors of #bae06e

#bae06e

Complementary Color

#bae06e #946ee0

#bae06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae06e Color CSS Codes

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

#bae06e Text Font Color

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

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


#bae06e Background Color

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

This div background color is #bae06e


#bae06e Border Color

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

This div border color is #bae06e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,224,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 #bae06e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae06e


Comments

No comments written yet.

Please login to write comment.