Color Hex Logo

#baf479 Color Hex

#BAF479
(186,244,121)
0 Favorites   0 Comments

Color spaces of #baf479

RGB 186244121
HSL0.250.850.72
HSV88°50°96°
CMYK 0.240.000.50   0.04
XYZ56.051676.520929.9050
Yxy76.52090.34500.4710
Hunter Lab87.4762-38.707140.9642
CIE-Lab90.1006-38.035252.9278

#baf479 color RGB value is (186,244,121).

#baf479 hex color red value is 186, green value is 244 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #baf479 hue: 0.25 , saturation: 0.85 and the lightness value of baf479 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110100 01111001
Octal 272 364 171
Decimal 186 244 121
Hex BA F4 79

RGB Percentages of Color #baf479

%33.76
%44.28
%21.96

CMYK Percentages of Color #baf479

%24
%0
%50
%4

Triadic Colors of #baf479

#baf479 #79baf4 #f479ba

Analogous Colors of #baf479

#baf479 #7df479 #f4f179

Monochromatic Colors of #baf479

#baf479

Complementary Color

#baf479 #b379f4

#baf479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf479 Color CSS Codes

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

#baf479 Text Font Color

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

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


#baf479 Background Color

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

This div background color is #baf479


#baf479 Border Color

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

This div border color is #baf479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf479


Comments

No comments written yet.

Please login to write comment.