Color Hex Logo

#bae38e Color Hex

#BAE38E
(186,227,142)
0 Favorites   0 Comments

Color spaces of #bae38e

RGB 186227142
HSL0.250.600.72
HSV89°37°89°
CMYK 0.180.000.37   0.11
XYZ52.601367.330335.8148
Yxy67.33030.33770.4323
Hunter Lab82.0550-29.169131.5601
CIE-Lab85.6705-27.725837.2351

#bae38e color RGB value is (186,227,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100011 10001110
Octal 272 343 216
Decimal 186 227 142
Hex BA E3 8E

RGB Percentages of Color #bae38e

%33.51
%40.90
%25.59

CMYK Percentages of Color #bae38e

%18
%0
%37
%11

Triadic Colors of #bae38e

#bae38e #8ebae3 #e38eba

Analogous Colors of #bae38e

#bae38e #90e38e #e3e28e

Monochromatic Colors of #bae38e

#bae38e

Complementary Color

#bae38e #b78ee3

#bae38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae38e Color CSS Codes

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

#bae38e Text Font Color

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

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


#bae38e Background Color

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

This div background color is #bae38e


#bae38e Border Color

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

This div border color is #bae38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae38e


Comments

No comments written yet.

Please login to write comment.