Color Hex Logo

#bdfd21 Color Hex

#BDFD21
(189,253,33)
0 Favorites   0 Comments

Color spaces of #bdfd21

RGB 18925333
HSL0.220.980.56
HSV77°87°99°
CMYK 0.250.000.87   0.01
XYZ56.386181.179214.1361
Yxy81.17920.37170.5351
Hunter Lab90.0995-45.965253.7674
CIE-Lab92.2114-46.300785.3000

#bdfd21 color RGB value is (189,253,33).

#bdfd21 hex color red value is 189, green value is 253 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bdfd21 hue: 0.22 , saturation: 0.98 and the lightness value of bdfd21 is 0.56.

The process color (four color CMYK) of #bdfd21 color hex is 0.25, 0.00, 0.87, 0.01. Web safe color of #bdfd21 is #ccff33. Color #bdfd21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 00100001
Octal 275 375 41
Decimal 189 253 33
Hex BD FD 21

RGB Percentages of Color #bdfd21

%39.79
%53.26
%6.95

CMYK Percentages of Color #bdfd21

%25
%0
%87
%1

Triadic Colors of #bdfd21

#bdfd21 #21bdfd #fd21bd

Analogous Colors of #bdfd21

#bdfd21 #4ffd21 #fdcf21

Monochromatic Colors of #bdfd21

#bdfd21

Complementary Color

#bdfd21 #6121fd

#bdfd21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfd21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfd21 Color CSS Codes

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

#bdfd21 Text Font Color

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

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


#bdfd21 Background Color

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

This div background color is #bdfd21


#bdfd21 Border Color

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

This div border color is #bdfd21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfd21


Comments

No comments written yet.

Please login to write comment.