Color Hex Logo

#baf980 Color Hex

#BAF980
(186,249,128)
0 Favorites   0 Comments

Color spaces of #baf980

RGB 186249128
HSL0.250.910.74
HSV91°49°98°
CMYK 0.250.000.49   0.02
XYZ58.021779.749032.7571
Yxy79.74900.34020.4677
Hunter Lab89.3023-40.303640.7634
CIE-Lab91.5721-39.521851.4567

#baf980 color RGB value is (186,249,128).

#baf980 hex color red value is 186, green value is 249 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #baf980 hue: 0.25 , saturation: 0.91 and the lightness value of baf980 is 0.74.

The process color (four color CMYK) of #baf980 color hex is 0.25, 0.00, 0.49, 0.02. Web safe color of #baf980 is #ccff99. Color #baf980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 10000000
Octal 272 371 200
Decimal 186 249 128
Hex BA F9 80

RGB Percentages of Color #baf980

%33.04
%44.23
%22.74

CMYK Percentages of Color #baf980

%25
%0
%49
%2

Triadic Colors of #baf980

#baf980 #80baf9 #f980ba

Analogous Colors of #baf980

#baf980 #80f983 #f7f980

Monochromatic Colors of #baf980

#baf980

Complementary Color

#baf980 #bf80f9

#baf980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf980 Color CSS Codes

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

#baf980 Text Font Color

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

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


#baf980 Background Color

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

This div background color is #baf980


#baf980 Border Color

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

This div border color is #baf980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf980

Related Colors


Comments

No comments written yet.

Please login to write comment.