Color Hex Logo

#bdf521 Color Hex

#BDF521
(189,245,33)
0 Favorites   0 Comments

Color spaces of #bdf521

RGB 18924533
HSL0.210.910.55
HSV76°87°96°
CMYK 0.230.000.87   0.04
XYZ53.913276.233413.3118
Yxy76.23340.37580.5314
Hunter Lab87.3117-42.575552.0787
CIE-Lab89.9676-42.863183.4394

#bdf521 color RGB value is (189,245,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 00100001
Octal 275 365 41
Decimal 189 245 33
Hex BD F5 21

RGB Percentages of Color #bdf521

%40.47
%52.46
%7.07

CMYK Percentages of Color #bdf521

%23
%0
%87
%4

Triadic Colors of #bdf521

#bdf521 #21bdf5 #f521bd

Analogous Colors of #bdf521

#bdf521 #53f521 #f5c321

Monochromatic Colors of #bdf521

#bdf521

Complementary Color

#bdf521 #5921f5

#bdf521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf521 Color CSS Codes

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

#bdf521 Text Font Color

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

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


#bdf521 Background Color

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

This div background color is #bdf521


#bdf521 Border Color

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

This div border color is #bdf521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf521


Comments

No comments written yet.

Please login to write comment.