Color Hex Logo

#bdf520 Color Hex

#BDF520
(189,245,32)
0 Favorites   0 Comments

Color spaces of #bdf520

RGB 18924532
HSL0.210.910.54
HSV76°87°96°
CMYK 0.230.000.87   0.04
XYZ53.899476.227913.2392
Yxy76.22790.37600.5317
Hunter Lab87.3086-42.594252.1255
CIE-Lab89.9650-42.887483.6158

#bdf520 color RGB value is (189,245,32).

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

The process color (four color CMYK) of #bdf520 color hex is 0.23, 0.00, 0.87, 0.04. Web safe color of #bdf520 is #ccff33. Color #bdf520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 00100000
Octal 275 365 40
Decimal 189 245 32
Hex BD F5 20

RGB Percentages of Color #bdf520

%40.56
%52.58
%6.87

CMYK Percentages of Color #bdf520

%23
%0
%87
%4

Triadic Colors of #bdf520

#bdf520 #20bdf5 #f520bd

Analogous Colors of #bdf520

#bdf520 #53f520 #f5c320

Monochromatic Colors of #bdf520

#bdf520

Complementary Color

#bdf520 #5820f5

#bdf520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf520 Color CSS Codes

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

#bdf520 Text Font Color

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

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


#bdf520 Background Color

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

This div background color is #bdf520


#bdf520 Border Color

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

This div border color is #bdf520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf520


Comments

No comments written yet.

Please login to write comment.