Color Hex Logo

#baea7f Color Hex

#BAEA7F
(186,234,127)
0 Favorites   0 Comments

Color spaces of #baea7f

RGB 186234127
HSL0.240.720.71
HSV87°46°92°
CMYK 0.210.000.46   0.08
XYZ53.503370.817030.9278
Yxy70.81700.34460.4562
Hunter Lab84.1528-33.779437.1168
CIE-Lab87.3960-32.830346.7991

#baea7f color RGB value is (186,234,127).

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

The process color (four color CMYK) of #baea7f color hex is 0.21, 0.00, 0.46, 0.08. Web safe color of #baea7f is #ccff66. Color #baea7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 01111111
Octal 272 352 177
Decimal 186 234 127
Hex BA EA 7F

RGB Percentages of Color #baea7f

%34.00
%42.78
%23.22

CMYK Percentages of Color #baea7f

%21
%0
%46
%8

Triadic Colors of #baea7f

#baea7f #7fbaea #ea7fba

Analogous Colors of #baea7f

#baea7f #85ea7f #eae57f

Monochromatic Colors of #baea7f

#baea7f

Complementary Color

#baea7f #af7fea

#baea7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baea7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baea7f Color CSS Codes

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

#baea7f Text Font Color

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

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


#baea7f Background Color

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

This div background color is #baea7f


#baea7f Border Color

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

This div border color is #baea7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baea7f


Comments

No comments written yet.

Please login to write comment.