Color Hex Logo

#bae27e Color Hex

#BAE27E
(186,226,126)
0 Favorites   0 Comments

Color spaces of #bae27e

RGB 186226126
HSL0.230.630.69
HSV84°44°89°
CMYK 0.180.000.44   0.11
XYZ51.212066.338229.8441
Yxy66.33820.34740.4501
Hunter Lab81.4483-30.299535.2889
CIE-Lab85.1686-29.209144.5126

#bae27e color RGB value is (186,226,126).

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

The process color (four color CMYK) of #bae27e color hex is 0.18, 0.00, 0.44, 0.11. Web safe color of #bae27e is #cccc66. Color #bae27e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 01111110
Octal 272 342 176
Decimal 186 226 126
Hex BA E2 7E

RGB Percentages of Color #bae27e

%34.57
%42.01
%23.42

CMYK Percentages of Color #bae27e

%18
%0
%44
%11

Triadic Colors of #bae27e

#bae27e #7ebae2 #e27eba

Analogous Colors of #bae27e

#bae27e #88e27e #e2d87e

Monochromatic Colors of #bae27e

#bae27e

Complementary Color

#bae27e #a67ee2

#bae27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae27e Color CSS Codes

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

#bae27e Text Font Color

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

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


#bae27e Background Color

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

This div background color is #bae27e


#bae27e Border Color

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

This div border color is #bae27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae27e


Comments

No comments written yet.

Please login to write comment.