Color Hex Logo

#bdf509 Color Hex

#BDF509
(189,245,9)
0 Favorites   0 Comments

Color spaces of #bdf509

RGB 1892459
HSL0.210.930.50
HSV74°96°96°
CMYK 0.230.000.96   0.04
XYZ53.688076.143412.1259
Yxy76.14340.37820.5364
Hunter Lab87.2602-42.880852.8430
CIE-Lab89.9259-43.260486.4073

#bdf509 color RGB value is (189,245,9).

#bdf509 hex color red value is 189, green value is 245 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bdf509 hue: 0.21 , saturation: 0.93 and the lightness value of bdf509 is 0.50.

The process color (four color CMYK) of #bdf509 color hex is 0.23, 0.00, 0.96, 0.04. Web safe color of #bdf509 is #ccff00. Color #bdf509 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 00001001
Octal 275 365 11
Decimal 189 245 9
Hex BD F5 9

RGB Percentages of Color #bdf509

%42.66
%55.30
%2.03

CMYK Percentages of Color #bdf509

%23
%0
%96
%4

Triadic Colors of #bdf509

#bdf509 #09bdf5 #f509bd

Analogous Colors of #bdf509

#bdf509 #47f509 #f5b709

Monochromatic Colors of #bdf509

#bdf509

Complementary Color

#bdf509 #4109f5

#bdf509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf509 Color CSS Codes

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

#bdf509 Text Font Color

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

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


#bdf509 Background Color

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

This div background color is #bdf509


#bdf509 Border Color

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

This div border color is #bdf509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf509


Comments

No comments written yet.

Please login to write comment.