Color Hex Logo

#bae48f Color Hex

#BAE48F
(186,228,143)
0 Favorites   0 Comments

Color spaces of #bae48f

RGB 186228143
HSL0.250.610.73
HSV90°37°89°
CMYK 0.180.000.37   0.11
XYZ52.951067.909136.3035
Yxy67.90910.33690.4321
Hunter Lab82.4070-29.516231.5653
CIE-Lab85.9610-28.070337.1109

#bae48f color RGB value is (186,228,143).

#bae48f hex color red value is 186, green value is 228 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bae48f hue: 0.25 , saturation: 0.61 and the lightness value of bae48f is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 10001111
Octal 272 344 217
Decimal 186 228 143
Hex BA E4 8F

RGB Percentages of Color #bae48f

%33.39
%40.93
%25.67

CMYK Percentages of Color #bae48f

%18
%0
%37
%11

Triadic Colors of #bae48f

#bae48f #8fbae4 #e48fba

Analogous Colors of #bae48f

#bae48f #90e48f #e4e48f

Monochromatic Colors of #bae48f

#bae48f

Complementary Color

#bae48f #b98fe4

#bae48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae48f Color CSS Codes

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

#bae48f Text Font Color

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

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


#bae48f Background Color

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

This div background color is #bae48f


#bae48f Border Color

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

This div border color is #bae48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae48f


Comments

No comments written yet.

Please login to write comment.