Color Hex Logo

#bdfc78 Color Hex

#BDFC78
(189,252,120)
0 Favorites   0 Comments

Color spaces of #bdfc78

RGB 189252120
HSL0.250.960.73
HSV89°52°99°
CMYK 0.250.000.52   0.01
XYZ59.186881.795730.4380
Yxy81.79570.34530.4772
Hunter Lab90.4410-41.456943.3546
CIE-Lab92.4846-40.634756.2703

#bdfc78 color RGB value is (189,252,120).

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

The process color (four color CMYK) of #bdfc78 color hex is 0.25, 0.00, 0.52, 0.01. Web safe color of #bdfc78 is #ccff66. Color #bdfc78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 01111000
Octal 275 374 170
Decimal 189 252 120
Hex BD FC 78

RGB Percentages of Color #bdfc78

%33.69
%44.92
%21.39

CMYK Percentages of Color #bdfc78

%25
%0
%52
%1

Triadic Colors of #bdfc78

#bdfc78 #78bdfc #fc78bd

Analogous Colors of #bdfc78

#bdfc78 #7bfc78 #fcf978

Monochromatic Colors of #bdfc78

#bdfc78

Complementary Color

#bdfc78 #b778fc

#bdfc78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfc78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfc78 Color CSS Codes

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

#bdfc78 Text Font Color

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

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


#bdfc78 Background Color

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

This div background color is #bdfc78


#bdfc78 Border Color

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

This div border color is #bdfc78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,252,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 #bdfc78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfc78


Comments

No comments written yet.

Please login to write comment.