Color Hex Logo

#bdf917 Color Hex

#BDF917
(189,249,23)
0 Favorites   0 Comments

Color spaces of #bdf917

RGB 18924923
HSL0.210.950.53
HSV76°91°98°
CMYK 0.240.000.91   0.02
XYZ55.016678.632013.0884
Yxy78.63200.37490.5359
Hunter Lab88.6747-44.433653.3211
CIE-Lab91.0675-44.799685.8943

#bdf917 color RGB value is (189,249,23).

#bdf917 hex color red value is 189, green value is 249 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bdf917 hue: 0.21 , saturation: 0.95 and the lightness value of bdf917 is 0.53.

The process color (four color CMYK) of #bdf917 color hex is 0.24, 0.00, 0.91, 0.02. Web safe color of #bdf917 is #ccff00. Color #bdf917 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 00010111
Octal 275 371 27
Decimal 189 249 23
Hex BD F9 17

RGB Percentages of Color #bdf917

%41.00
%54.01
%4.99

CMYK Percentages of Color #bdf917

%24
%0
%91
%2

Triadic Colors of #bdf917

#bdf917 #17bdf9 #f917bd

Analogous Colors of #bdf917

#bdf917 #4cf917 #f9c417

Monochromatic Colors of #bdf917

#bdf917

Complementary Color

#bdf917 #5317f9

#bdf917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf917 Color CSS Codes

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

#bdf917 Text Font Color

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

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


#bdf917 Background Color

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

This div background color is #bdf917


#bdf917 Border Color

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

This div border color is #bdf917


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,249,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf917


Comments

No comments written yet.

Please login to write comment.