color codes Logo

#bae44f color codes

#BAE44F
(186,228,79)
0 Favorites   0 Comments

Color spaces of #bae44f

RGB 18622879
HSL0.210.730.60
HSV77°65°89°
CMYK 0.180.000.65   0.11
XYZ49.404466.490417.6272
Yxy66.49040.37000.4980
Hunter Lab81.5416-34.548444.2622
CIE-Lab85.2459-34.386765.5592

#bae44f color RGB value is (186,228,79).

#bae44f hex color red value is 186, green value is 228 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bae44f hue: 0.21 , saturation: 0.73 and the lightness value of bae44f is 0.60.

The process color (four color CMYK) of #bae44f color code is 0.18, 0.00, 0.65, 0.11. Web safe color of #bae44f is #cccc66. Color #bae44f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 01001111
Octal 272 344 117
Decimal 186 228 79
Hex BA E4 4F

RGB Percentages of Color #bae44f

%37.73
%46.25
%16.02

CMYK Percentages of Color #bae44f

%18
%0
%65
%11

Triadic Colors of #bae44f

#bae44f #4fbae4 #e44fba

Analogous Colors of #bae44f

#bae44f #70e44f #e4c44f

Monochromatic Colors of #bae44f

#bae44f

Complementary Color

#bae44f #794fe4

#bae44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae44f Color CSS Codes

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

#bae44f Text Font Color

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

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


#bae44f Background Color

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

This div background color is #bae44f


#bae44f Border Color

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

This div border color is #bae44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae44f


Comments

No comments written yet.

Please login to write comment.