Color Hex Logo

#bdfa78 Color Hex

#BDFA78
(189,250,120)
0 Favorites   0 Comments

Color spaces of #bdfa78

RGB 189250120
HSL0.240.930.73
HSV88°52°98°
CMYK 0.240.000.52   0.02
XYZ58.562080.546130.2297
Yxy80.54610.34580.4757
Hunter Lab89.7475-40.583342.8525
CIE-Lab91.9293-39.749055.6119

#bdfa78 color RGB value is (189,250,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 01111000
Octal 275 372 170
Decimal 189 250 120
Hex BD FA 78

RGB Percentages of Color #bdfa78

%33.81
%44.72
%21.47

CMYK Percentages of Color #bdfa78

%24
%0
%52
%2

Triadic Colors of #bdfa78

#bdfa78 #78bdfa #fa78bd

Analogous Colors of #bdfa78

#bdfa78 #7cfa78 #faf678

Monochromatic Colors of #bdfa78

#bdfa78

Complementary Color

#bdfa78 #b578fa

#bdfa78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa78 Color CSS Codes

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

#bdfa78 Text Font Color

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

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


#bdfa78 Background Color

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

This div background color is #bdfa78


#bdfa78 Border Color

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

This div border color is #bdfa78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa78


Comments

No comments written yet.

Please login to write comment.