Color Hex Logo

#baed8e Color Hex

#BAED8E
(186,237,142)
0 Favorites   0 Comments

Color spaces of #baed8e

RGB 186237142
HSL0.260.730.74
HSV92°40°93°
CMYK 0.220.000.40   0.07
XYZ55.416472.960536.7532
Yxy72.96050.33560.4418
Hunter Lab85.4169-33.673234.2805
CIE-Lab88.4289-32.419240.7956

#baed8e color RGB value is (186,237,142).

#baed8e hex color red value is 186, green value is 237 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #baed8e hue: 0.26 , saturation: 0.73 and the lightness value of baed8e is 0.74.

The process color (four color CMYK) of #baed8e color hex is 0.22, 0.00, 0.40, 0.07. Web safe color of #baed8e is #ccff99. Color #baed8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 10001110
Octal 272 355 216
Decimal 186 237 142
Hex BA ED 8E

RGB Percentages of Color #baed8e

%32.92
%41.95
%25.13

CMYK Percentages of Color #baed8e

%22
%0
%40
%7

Triadic Colors of #baed8e

#baed8e #8ebaed #ed8eba

Analogous Colors of #baed8e

#baed8e #8eed92 #eaed8e

Monochromatic Colors of #baed8e

#baed8e

Complementary Color

#baed8e #c18eed

#baed8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed8e Color CSS Codes

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

#baed8e Text Font Color

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

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


#baed8e Background Color

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

This div background color is #baed8e


#baed8e Border Color

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

This div border color is #baed8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed8e


Comments

No comments written yet.

Please login to write comment.