Color Hex Logo

#baf43d Color Hex

#BAF43D
(186,244,61)
0 Favorites   0 Comments

Color spaces of #baf43d

RGB 18624461
HSL0.220.890.60
HSV79°75°96°
CMYK 0.240.000.75   0.04
XYZ53.442775.477416.1667
Yxy75.47740.36830.5202
Hunter Lab86.8777-42.232049.7814
CIE-Lab89.6161-42.555776.1916

#baf43d color RGB value is (186,244,61).

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

The process color (four color CMYK) of #baf43d color hex is 0.24, 0.00, 0.75, 0.04. Web safe color of #baf43d is #ccff33. Color #baf43d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110100 00111101
Octal 272 364 75
Decimal 186 244 61
Hex BA F4 3D

RGB Percentages of Color #baf43d

%37.88
%49.69
%12.42

CMYK Percentages of Color #baf43d

%24
%0
%75
%4

Triadic Colors of #baf43d

#baf43d #3dbaf4 #f43dba

Analogous Colors of #baf43d

#baf43d #5ff43d #f4d33d

Monochromatic Colors of #baf43d

#baf43d

Complementary Color

#baf43d #773df4

#baf43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf43d Color CSS Codes

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

#baf43d Text Font Color

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

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


#baf43d Background Color

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

This div background color is #baf43d


#baf43d Border Color

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

This div border color is #baf43d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf43d


Comments

No comments written yet.

Please login to write comment.