Color Hex Logo

#bdfe76 Color Hex

#BDFE76
(189,254,118)
0 Favorites   0 Comments

Color spaces of #bdfe76

RGB 189254118
HSL0.250.990.73
HSV89°54°100°
CMYK 0.260.000.54   0.00
XYZ59.698183.010430.0157
Yxy83.01040.34560.4806
Hunter Lab91.1100-42.483944.2443
CIE-Lab93.0190-41.712057.7992

#bdfe76 color RGB value is (189,254,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 01110110
Octal 275 376 166
Decimal 189 254 118
Hex BD FE 76

RGB Percentages of Color #bdfe76

%33.69
%45.28
%21.03

CMYK Percentages of Color #bdfe76

%26
%0
%54
%0

Triadic Colors of #bdfe76

#bdfe76 #76bdfe #fe76bd

Analogous Colors of #bdfe76

#bdfe76 #79fe76 #fefb76

Monochromatic Colors of #bdfe76

#bdfe76

Complementary Color

#bdfe76 #b776fe

#bdfe76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfe76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfe76 Color CSS Codes

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

#bdfe76 Text Font Color

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

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


#bdfe76 Background Color

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

This div background color is #bdfe76


#bdfe76 Border Color

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

This div border color is #bdfe76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfe76

Related Colors


Comments

No comments written yet.

Please login to write comment.