Color Hex Logo

#bafd48 Color Hex

#BAFD48
(186,253,72)
0 Favorites   0 Comments

Color spaces of #bafd48

RGB 18625372
HSL0.230.980.64
HSV82°72°99°
CMYK 0.260.000.72   0.01
XYZ56.544781.157518.8156
Yxy81.15750.36130.5185
Hunter Lab90.0875-45.614950.6780
CIE-Lab92.2017-45.865675.1554

#bafd48 color RGB value is (186,253,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111101 01001000
Octal 272 375 110
Decimal 186 253 72
Hex BA FD 48

RGB Percentages of Color #bafd48

%36.40
%49.51
%14.09

CMYK Percentages of Color #bafd48

%26
%0
%72
%1

Triadic Colors of #bafd48

#bafd48 #48bafd #fd48ba

Analogous Colors of #bafd48

#bafd48 #60fd48 #fde648

Monochromatic Colors of #bafd48

#bafd48

Complementary Color

#bafd48 #8b48fd

#bafd48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafd48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafd48 Color CSS Codes

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

#bafd48 Text Font Color

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

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


#bafd48 Background Color

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

This div background color is #bafd48


#bafd48 Border Color

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

This div border color is #bafd48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafd48


Comments

No comments written yet.

Please login to write comment.