Color Hex Logo

#bafd49 Color Hex

#BAFD49
(186,253,73)
0 Favorites   0 Comments

Color spaces of #bafd49

RGB 18625373
HSL0.230.980.64
HSV82°71°99°
CMYK 0.260.000.71   0.01
XYZ56.577681.170718.9889
Yxy81.17070.36100.5179
Hunter Lab90.0948-45.571750.5700
CIE-Lab92.2076-45.809474.8245

#bafd49 color RGB value is (186,253,73).

#bafd49 hex color red value is 186, green value is 253 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bafd49 hue: 0.23 , saturation: 0.98 and the lightness value of bafd49 is 0.64.

The process color (four color CMYK) of #bafd49 color hex is 0.26, 0.00, 0.71, 0.01. Web safe color of #bafd49 is #ccff33. Color #bafd49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111101 01001001
Octal 272 375 111
Decimal 186 253 73
Hex BA FD 49

RGB Percentages of Color #bafd49

%36.33
%49.41
%14.26

CMYK Percentages of Color #bafd49

%26
%0
%71
%1

Triadic Colors of #bafd49

#bafd49 #49bafd #fd49ba

Analogous Colors of #bafd49

#bafd49 #60fd49 #fde649

Monochromatic Colors of #bafd49

#bafd49

Complementary Color

#bafd49 #8c49fd

#bafd49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafd49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafd49 Color CSS Codes

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

#bafd49 Text Font Color

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

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


#bafd49 Background Color

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

This div background color is #bafd49


#bafd49 Border Color

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

This div border color is #bafd49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafd49


Comments

No comments written yet.

Please login to write comment.