Color Hex Logo

#bae47f Color Hex

#BAE47F
(186,228,127)
0 Favorites   0 Comments

Color spaces of #bae47f

RGB 186228127
HSL0.240.650.70
HSV85°44°89°
CMYK 0.180.000.44   0.11
XYZ51.823967.458230.3680
Yxy67.45820.34630.4508
Hunter Lab82.1329-31.103535.5711
CIE-Lab85.7348-30.035544.7330

#bae47f color RGB value is (186,228,127).

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

The process color (four color CMYK) of #bae47f color hex is 0.18, 0.00, 0.44, 0.11. Web safe color of #bae47f is #cccc66. Color #bae47f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 01111111
Octal 272 344 177
Decimal 186 228 127
Hex BA E4 7F

RGB Percentages of Color #bae47f

%34.38
%42.14
%23.48

CMYK Percentages of Color #bae47f

%18
%0
%44
%11

Triadic Colors of #bae47f

#bae47f #7fbae4 #e47fba

Analogous Colors of #bae47f

#bae47f #88e47f #e4dc7f

Monochromatic Colors of #bae47f

#bae47f

Complementary Color

#bae47f #a97fe4

#bae47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae47f Color CSS Codes

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

#bae47f Text Font Color

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

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


#bae47f Background Color

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

This div background color is #bae47f


#bae47f Border Color

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

This div border color is #bae47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae47f


Comments

No comments written yet.

Please login to write comment.