Color Hex Logo

#bae08d Color Hex

#BAE08D
(186,224,141)
0 Favorites   0 Comments

Color spaces of #bae08d

RGB 186224141
HSL0.240.570.72
HSV87°37°88°
CMYK 0.170.000.37   0.12
XYZ51.713165.673535.1500
Yxy65.67350.33900.4305
Hunter Lab81.0392-27.913331.0109
CIE-Lab84.8296-26.425036.6449

#bae08d color RGB value is (186,224,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 10001101
Octal 272 340 215
Decimal 186 224 141
Hex BA E0 8D

RGB Percentages of Color #bae08d

%33.76
%40.65
%25.59

CMYK Percentages of Color #bae08d

%17
%0
%37
%12

Triadic Colors of #bae08d

#bae08d #8dbae0 #e08dba

Analogous Colors of #bae08d

#bae08d #91e08d #e0dd8d

Monochromatic Colors of #bae08d

#bae08d

Complementary Color

#bae08d #b38de0

#bae08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae08d Color CSS Codes

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

#bae08d Text Font Color

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

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


#bae08d Background Color

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

This div background color is #bae08d


#bae08d Border Color

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

This div border color is #bae08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae08d


Comments

No comments written yet.

Please login to write comment.