Color Hex Logo

#bdfa58 Color Hex

#BDFA58
(189,250,88)
0 Favorites   0 Comments

Color spaces of #bdfa58

RGB 18925088
HSL0.230.940.66
HSV83°65°98°
CMYK 0.240.000.65   0.02
XYZ56.933379.894621.6530
Yxy79.89460.35920.5041
Hunter Lab89.3838-42.725448.2058
CIE-Lab91.6375-42.472768.8430

#bdfa58 color RGB value is (189,250,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 01011000
Octal 275 372 130
Decimal 189 250 88
Hex BD FA 58

RGB Percentages of Color #bdfa58

%35.86
%47.44
%16.70

CMYK Percentages of Color #bdfa58

%24
%0
%65
%2

Triadic Colors of #bdfa58

#bdfa58 #58bdfa #fa58bd

Analogous Colors of #bdfa58

#bdfa58 #6cfa58 #fae658

Monochromatic Colors of #bdfa58

#bdfa58

Complementary Color

#bdfa58 #9558fa

#bdfa58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa58 Color CSS Codes

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

#bdfa58 Text Font Color

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

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


#bdfa58 Background Color

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

This div background color is #bdfa58


#bdfa58 Border Color

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

This div border color is #bdfa58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa58


Comments

No comments written yet.

Please login to write comment.