Color Hex Logo

#bdfa74 Color Hex

#BDFA74
(189,250,116)
0 Favorites   0 Comments

Color spaces of #bdfa74

RGB 189250116
HSL0.240.930.72
HSV87°54°98°
CMYK 0.240.000.54   0.02
XYZ58.324380.451028.9776
Yxy80.45100.34770.4796
Hunter Lab89.6945-40.894843.6313
CIE-Lab91.8868-40.142257.3655

#bdfa74 color RGB value is (189,250,116).

#bdfa74 hex color red value is 189, green value is 250 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bdfa74 hue: 0.24 , saturation: 0.93 and the lightness value of bdfa74 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 01110100
Octal 275 372 164
Decimal 189 250 116
Hex BD FA 74

RGB Percentages of Color #bdfa74

%34.05
%45.05
%20.90

CMYK Percentages of Color #bdfa74

%24
%0
%54
%2

Triadic Colors of #bdfa74

#bdfa74 #74bdfa #fa74bd

Analogous Colors of #bdfa74

#bdfa74 #7afa74 #faf474

Monochromatic Colors of #bdfa74

#bdfa74

Complementary Color

#bdfa74 #b174fa

#bdfa74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa74 Color CSS Codes

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

#bdfa74 Text Font Color

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

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


#bdfa74 Background Color

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

This div background color is #bdfa74


#bdfa74 Border Color

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

This div border color is #bdfa74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa74

Related Colors


Comments

No comments written yet.

Please login to write comment.