Color Hex Logo

#bdfa53 Color Hex

#BDFA53
(189,250,83)
0 Favorites   0 Comments

Color spaces of #bdfa53

RGB 18925083
HSL0.230.940.65
HSV82°67°98°
CMYK 0.240.000.67   0.02
XYZ56.733279.814620.5992
Yxy79.81460.36100.5079
Hunter Lab89.3390-42.989948.8666
CIE-Lab91.6016-42.812170.7064

#bdfa53 color RGB value is (189,250,83).

#bdfa53 hex color red value is 189, green value is 250 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bdfa53 hue: 0.23 , saturation: 0.94 and the lightness value of bdfa53 is 0.65.

The process color (four color CMYK) of #bdfa53 color hex is 0.24, 0.00, 0.67, 0.02. Web safe color of #bdfa53 is #ccff66. Color #bdfa53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 01010011
Octal 275 372 123
Decimal 189 250 83
Hex BD FA 53

RGB Percentages of Color #bdfa53

%36.21
%47.89
%15.90

CMYK Percentages of Color #bdfa53

%24
%0
%67
%2

Triadic Colors of #bdfa53

#bdfa53 #53bdfa #fa53bd

Analogous Colors of #bdfa53

#bdfa53 #6afa53 #fae453

Monochromatic Colors of #bdfa53

#bdfa53

Complementary Color

#bdfa53 #9053fa

#bdfa53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa53 Color CSS Codes

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

#bdfa53 Text Font Color

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

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


#bdfa53 Background Color

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

This div background color is #bdfa53


#bdfa53 Border Color

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

This div border color is #bdfa53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa53


Comments

No comments written yet.

Please login to write comment.