Color Hex Logo

#bdfa52 Color Hex

#BDFA52
(189,250,82)
0 Favorites   0 Comments

Color spaces of #bdfa52

RGB 18925082
HSL0.230.940.65
HSV82°67°98°
CMYK 0.240.000.67   0.02
XYZ56.694979.799220.3973
Yxy79.79920.36140.5086
Hunter Lab89.3304-43.040448.9933
CIE-Lab91.5947-42.877171.0708

#bdfa52 color RGB value is (189,250,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 01010010
Octal 275 372 122
Decimal 189 250 82
Hex BD FA 52

RGB Percentages of Color #bdfa52

%36.28
%47.98
%15.74

CMYK Percentages of Color #bdfa52

%24
%0
%67
%2

Triadic Colors of #bdfa52

#bdfa52 #52bdfa #fa52bd

Analogous Colors of #bdfa52

#bdfa52 #69fa52 #fae352

Monochromatic Colors of #bdfa52

#bdfa52

Complementary Color

#bdfa52 #8f52fa

#bdfa52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa52 Color CSS Codes

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

#bdfa52 Text Font Color

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

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


#bdfa52 Background Color

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

This div background color is #bdfa52


#bdfa52 Border Color

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

This div border color is #bdfa52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa52


Comments

No comments written yet.

Please login to write comment.