Color Hex Logo

#bae28e Color Hex

#BAE28E
(186,226,142)
0 Favorites   0 Comments

Color spaces of #bae28e

RGB 186226142
HSL0.250.590.72
HSV89°37°89°
CMYK 0.180.000.37   0.11
XYZ52.328566.784835.7239
Yxy66.78480.33800.4313
Hunter Lab81.7220-28.715731.2874
CIE-Lab85.3952-27.250036.8773

#bae28e color RGB value is (186,226,142).

#bae28e hex color red value is 186, green value is 226 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bae28e hue: 0.25 , saturation: 0.59 and the lightness value of bae28e is 0.72.

The process color (four color CMYK) of #bae28e color hex is 0.18, 0.00, 0.37, 0.11. Web safe color of #bae28e is #cccc99. Color #bae28e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 10001110
Octal 272 342 216
Decimal 186 226 142
Hex BA E2 8E

RGB Percentages of Color #bae28e

%33.57
%40.79
%25.63

CMYK Percentages of Color #bae28e

%18
%0
%37
%11

Triadic Colors of #bae28e

#bae28e #8ebae2 #e28eba

Analogous Colors of #bae28e

#bae28e #90e28e #e2e08e

Monochromatic Colors of #bae28e

#bae28e

Complementary Color

#bae28e #b68ee2

#bae28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae28e Color CSS Codes

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

#bae28e Text Font Color

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

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


#bae28e Background Color

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

This div background color is #bae28e


#bae28e Border Color

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

This div border color is #bae28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae28e


Comments

No comments written yet.

Please login to write comment.