Color Hex Logo

#bae18f Color Hex

#BAE18F
(186,225,143)
0 Favorites   0 Comments

Color spaces of #bae18f

RGB 186225143
HSL0.250.580.72
HSV89°36°88°
CMYK 0.170.000.36   0.12
XYZ52.132866.272736.0308
Yxy66.27270.33760.4291
Hunter Lab81.4080-28.154730.7442
CIE-Lab85.1353-26.641536.0354

#bae18f color RGB value is (186,225,143).

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

The process color (four color CMYK) of #bae18f color hex is 0.17, 0.00, 0.36, 0.12. Web safe color of #bae18f is #cccc99. Color #bae18f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 10001111
Octal 272 341 217
Decimal 186 225 143
Hex BA E1 8F

RGB Percentages of Color #bae18f

%33.57
%40.61
%25.81

CMYK Percentages of Color #bae18f

%17
%0
%36
%12

Triadic Colors of #bae18f

#bae18f #8fbae1 #e18fba

Analogous Colors of #bae18f

#bae18f #91e18f #e1df8f

Monochromatic Colors of #bae18f

#bae18f

Complementary Color

#bae18f #b68fe1

#bae18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae18f Color CSS Codes

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

#bae18f Text Font Color

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

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


#bae18f Background Color

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

This div background color is #bae18f


#bae18f Border Color

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

This div border color is #bae18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae18f


Comments

No comments written yet.

Please login to write comment.