Color Hex Logo

#baea7c Color Hex

#BAEA7C
(186,234,124)
0 Favorites   0 Comments

Color spaces of #baea7c

RGB 186234124
HSL0.240.720.70
HSV86°47°92°
CMYK 0.210.000.47   0.08
XYZ53.310670.740029.9132
Yxy70.74000.34630.4595
Hunter Lab84.1071-34.046637.7881
CIE-Lab87.3585-33.165048.1881

#baea7c color RGB value is (186,234,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 01111100
Octal 272 352 174
Decimal 186 234 124
Hex BA EA 7C

RGB Percentages of Color #baea7c

%34.19
%43.01
%22.79

CMYK Percentages of Color #baea7c

%21
%0
%47
%8

Triadic Colors of #baea7c

#baea7c #7cbaea #ea7cba

Analogous Colors of #baea7c

#baea7c #83ea7c #eae37c

Monochromatic Colors of #baea7c

#baea7c

Complementary Color

#baea7c #ac7cea

#baea7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baea7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baea7c Color CSS Codes

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

#baea7c Text Font Color

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

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


#baea7c Background Color

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

This div background color is #baea7c


#baea7c Border Color

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

This div border color is #baea7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baea7c


Comments

No comments written yet.

Please login to write comment.