Color Hex Logo

#bae18d Color Hex

#BAE18D
(186,225,141)
0 Favorites   0 Comments

Color spaces of #bae18d

RGB 186225141
HSL0.240.580.72
HSV88°37°88°
CMYK 0.170.000.37   0.12
XYZ51.982666.212635.2398
Yxy66.21260.33880.4315
Hunter Lab81.3711-28.367731.2828
CIE-Lab85.1047-26.903137.0025

#bae18d color RGB value is (186,225,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 10001101
Octal 272 341 215
Decimal 186 225 141
Hex BA E1 8D

RGB Percentages of Color #bae18d

%33.70
%40.76
%25.54

CMYK Percentages of Color #bae18d

%17
%0
%37
%12

Triadic Colors of #bae18d

#bae18d #8dbae1 #e18dba

Analogous Colors of #bae18d

#bae18d #90e18d #e1de8d

Monochromatic Colors of #bae18d

#bae18d

Complementary Color

#bae18d #b48de1

#bae18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae18d Color CSS Codes

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

#bae18d Text Font Color

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

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


#bae18d Background Color

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

This div background color is #bae18d


#bae18d Border Color

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

This div border color is #bae18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae18d


Comments

No comments written yet.

Please login to write comment.