Color Hex Logo

#bdf515 Color Hex

#BDF515
(189,245,21)
0 Favorites   0 Comments

Color spaces of #bdf515

RGB 18924521
HSL0.210.920.52
HSV75°91°96°
CMYK 0.230.000.91   0.04
XYZ53.774076.177812.5791
Yxy76.17780.37730.5345
Hunter Lab87.2799-42.764252.5508
CIE-Lab89.9418-43.108685.2507

#bdf515 color RGB value is (189,245,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 00010101
Octal 275 365 25
Decimal 189 245 21
Hex BD F5 15

RGB Percentages of Color #bdf515

%41.54
%53.85
%4.62

CMYK Percentages of Color #bdf515

%23
%0
%91
%4

Triadic Colors of #bdf515

#bdf515 #15bdf5 #f515bd

Analogous Colors of #bdf515

#bdf515 #4df515 #f5bd15

Monochromatic Colors of #bdf515

#bdf515

Complementary Color

#bdf515 #4d15f5

#bdf515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf515 Color CSS Codes

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

#bdf515 Text Font Color

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

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


#bdf515 Background Color

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

This div background color is #bdf515


#bdf515 Border Color

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

This div border color is #bdf515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf515


Comments

No comments written yet.

Please login to write comment.