Color Hex Logo

#bafd09 Color Hex

#BAFD09
(186,253,9)
0 Favorites   0 Comments

Color spaces of #bafd09

RGB 1862539
HSL0.210.980.51
HSV76°96°99°
CMYK 0.260.000.96   0.01
XYZ55.424380.709412.9157
Yxy80.70940.37190.5415
Hunter Lab89.8384-47.094654.3630
CIE-Lab92.0022-47.801787.9419

#bafd09 color RGB value is (186,253,9).

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

The process color (four color CMYK) of #bafd09 color hex is 0.26, 0.00, 0.96, 0.01. Web safe color of #bafd09 is #ccff00. Color #bafd09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111101 00001001
Octal 272 375 11
Decimal 186 253 9
Hex BA FD 9

RGB Percentages of Color #bafd09

%41.52
%56.47
%2.01

CMYK Percentages of Color #bafd09

%26
%0
%96
%1

Triadic Colors of #bafd09

#bafd09 #09bafd #fd09ba

Analogous Colors of #bafd09

#bafd09 #40fd09 #fdc609

Monochromatic Colors of #bafd09

#bafd09

Complementary Color

#bafd09 #4c09fd

#bafd09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafd09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafd09 Color CSS Codes

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

#bafd09 Text Font Color

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

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


#bafd09 Background Color

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

This div background color is #bafd09


#bafd09 Border Color

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

This div border color is #bafd09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafd09

Related Colors


Comments

No comments written yet.

Please login to write comment.