Color Hex Logo

#baf481 Color Hex

#BAF481
(186,244,129)
0 Favorites   0 Comments

Color spaces of #baf481

RGB 186244129
HSL0.250.840.73
HSV90°47°96°
CMYK 0.240.000.47   0.04
XYZ56.562876.725432.5972
Yxy76.72540.34100.4625
Hunter Lab87.5930-38.022339.2507
CIE-Lab90.1951-37.171449.3009

#baf481 color RGB value is (186,244,129).

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

The process color (four color CMYK) of #baf481 color hex is 0.24, 0.00, 0.47, 0.04. Web safe color of #baf481 is #ccff99. Color #baf481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110100 10000001
Octal 272 364 201
Decimal 186 244 129
Hex BA F4 81

RGB Percentages of Color #baf481

%33.27
%43.65
%23.08

CMYK Percentages of Color #baf481

%24
%0
%47
%4

Triadic Colors of #baf481

#baf481 #81baf4 #f481ba

Analogous Colors of #baf481

#baf481 #81f482 #f4f481

Monochromatic Colors of #baf481

#baf481

Complementary Color

#baf481 #bb81f4

#baf481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf481 Color CSS Codes

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

#baf481 Text Font Color

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

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


#baf481 Background Color

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

This div background color is #baf481


#baf481 Border Color

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

This div border color is #baf481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf481


Comments

No comments written yet.

Please login to write comment.