Color Hex Logo

#bafb48 Color Hex

#BAFB48
(186,251,72)
0 Favorites   0 Comments

Color spaces of #bafb48

RGB 18625172
HSL0.230.960.63
HSV82°71°98°
CMYK 0.260.000.71   0.02
XYZ55.916679.901318.6063
Yxy79.90130.36210.5174
Hunter Lab89.3875-44.767050.2299
CIE-Lab91.6406-45.009674.6024

#bafb48 color RGB value is (186,251,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111011 01001000
Octal 272 373 110
Decimal 186 251 72
Hex BA FB 48

RGB Percentages of Color #bafb48

%36.54
%49.31
%14.15

CMYK Percentages of Color #bafb48

%26
%0
%71
%2

Triadic Colors of #bafb48

#bafb48 #48bafb #fb48ba

Analogous Colors of #bafb48

#bafb48 #61fb48 #fbe348

Monochromatic Colors of #bafb48

#bafb48

Complementary Color

#bafb48 #8948fb

#bafb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafb48 Color CSS Codes

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

#bafb48 Text Font Color

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

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


#bafb48 Background Color

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

This div background color is #bafb48


#bafb48 Border Color

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

This div border color is #bafb48


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,251,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 #bafb48">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafb48


Comments

No comments written yet.

Please login to write comment.