Color Hex Logo

#baee7d Color Hex

#BAEE7D
(186,238,125)
0 Favorites   0 Comments

Color spaces of #baee7d

RGB 186238125
HSL0.240.770.71
HSV88°47°93°
CMYK 0.220.000.47   0.07
XYZ54.525973.068830.6319
Yxy73.06880.34460.4618
Hunter Lab85.4803-35.729538.5896
CIE-Lab88.4805-34.891349.0896

#baee7d color RGB value is (186,238,125).

#baee7d hex color red value is 186, green value is 238 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #baee7d hue: 0.24 , saturation: 0.77 and the lightness value of baee7d is 0.71.

The process color (four color CMYK) of #baee7d color hex is 0.22, 0.00, 0.47, 0.07. Web safe color of #baee7d is #ccff66. Color #baee7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 01111101
Octal 272 356 175
Decimal 186 238 125
Hex BA EE 7D

RGB Percentages of Color #baee7d

%33.88
%43.35
%22.77

CMYK Percentages of Color #baee7d

%22
%0
%47
%7

Triadic Colors of #baee7d

#baee7d #7dbaee #ee7dba

Analogous Colors of #baee7d

#baee7d #82ee7d #eeea7d

Monochromatic Colors of #baee7d

#baee7d

Complementary Color

#baee7d #b17dee

#baee7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baee7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baee7d Color CSS Codes

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

#baee7d Text Font Color

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

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


#baee7d Background Color

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

This div background color is #baee7d


#baee7d Border Color

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

This div border color is #baee7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baee7d


Comments

No comments written yet.

Please login to write comment.