Color Hex Logo

#baf484 Color Hex

#BAF484
(186,244,132)
0 Favorites   0 Comments

Color spaces of #baf484

RGB 186244132
HSL0.250.840.74
HSV91°46°96°
CMYK 0.240.000.46   0.04
XYZ56.765276.806433.6631
Yxy76.80640.33940.4593
Hunter Lab87.6393-37.751738.5736
CIE-Lab90.2324-36.831447.9226

#baf484 color RGB value is (186,244,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110100 10000100
Octal 272 364 204
Decimal 186 244 132
Hex BA F4 84

RGB Percentages of Color #baf484

%33.10
%43.42
%23.49

CMYK Percentages of Color #baf484

%24
%0
%46
%4

Triadic Colors of #baf484

#baf484 #84baf4 #f484ba

Analogous Colors of #baf484

#baf484 #84f486 #f2f484

Monochromatic Colors of #baf484

#baf484

Complementary Color

#baf484 #be84f4

#baf484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf484 Color CSS Codes

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

#baf484 Text Font Color

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

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


#baf484 Background Color

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

This div background color is #baf484


#baf484 Border Color

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

This div border color is #baf484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf484


Comments

No comments written yet.

Please login to write comment.