Color Hex Logo

#baf44d Color Hex

#BAF44D
(186,244,77)
0 Favorites   0 Comments

Color spaces of #baf44d

RGB 18624477
HSL0.220.880.63
HSV81°68°96°
CMYK 0.240.000.68   0.04
XYZ53.939975.676318.7852
Yxy75.67630.36350.5099
Hunter Lab86.9921-41.556448.0913
CIE-Lab89.7088-41.679470.9173

#baf44d color RGB value is (186,244,77).

#baf44d hex color red value is 186, green value is 244 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #baf44d hue: 0.22 , saturation: 0.88 and the lightness value of baf44d is 0.63.

The process color (four color CMYK) of #baf44d color hex is 0.24, 0.00, 0.68, 0.04. Web safe color of #baf44d is #ccff66. Color #baf44d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110100 01001101
Octal 272 364 115
Decimal 186 244 77
Hex BA F4 4D

RGB Percentages of Color #baf44d

%36.69
%48.13
%15.19

CMYK Percentages of Color #baf44d

%24
%0
%68
%4

Triadic Colors of #baf44d

#baf44d #4dbaf4 #f44dba

Analogous Colors of #baf44d

#baf44d #67f44d #f4db4d

Monochromatic Colors of #baf44d

#baf44d

Complementary Color

#baf44d #874df4

#baf44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf44d Color CSS Codes

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

#baf44d Text Font Color

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

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


#baf44d Background Color

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

This div background color is #baf44d


#baf44d Border Color

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

This div border color is #baf44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf44d


Comments

No comments written yet.

Please login to write comment.