Color Hex Logo

#bdf921 Color Hex

#BDF921
(189,249,33)
0 Favorites   0 Comments

Color spaces of #bdf921

RGB 18924933
HSL0.210.950.55
HSV77°87°98°
CMYK 0.240.000.87   0.02
XYZ55.136578.680013.7196
Yxy78.68000.37370.5333
Hunter Lab88.7017-44.273552.9208
CIE-Lab91.0893-44.591084.3699

#bdf921 color RGB value is (189,249,33).

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

The process color (four color CMYK) of #bdf921 color hex is 0.24, 0.00, 0.87, 0.02. Web safe color of #bdf921 is #ccff33. Color #bdf921 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 00100001
Octal 275 371 41
Decimal 189 249 33
Hex BD F9 21

RGB Percentages of Color #bdf921

%40.13
%52.87
%7.01

CMYK Percentages of Color #bdf921

%24
%0
%87
%2

Triadic Colors of #bdf921

#bdf921 #21bdf9 #f921bd

Analogous Colors of #bdf921

#bdf921 #51f921 #f9c921

Monochromatic Colors of #bdf921

#bdf921

Complementary Color

#bdf921 #5d21f9

#bdf921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf921 Color CSS Codes

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

#bdf921 Text Font Color

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

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


#bdf921 Background Color

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

This div background color is #bdf921


#bdf921 Border Color

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

This div border color is #bdf921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf921


Comments

No comments written yet.

Please login to write comment.