Color Hex Logo

#bdfa77 Color Hex

#BDFA77
(189,250,119)
0 Favorites   0 Comments

Color spaces of #bdfa77

RGB 189250119
HSL0.240.930.72
HSV88°52°98°
CMYK 0.240.000.52   0.02
XYZ58.501680.521929.9117
Yxy80.52190.34630.4766
Hunter Lab89.7340-40.662443.0502
CIE-Lab91.9185-39.848756.0524

#bdfa77 color RGB value is (189,250,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 01110111
Octal 275 372 167
Decimal 189 250 119
Hex BD FA 77

RGB Percentages of Color #bdfa77

%33.87
%44.80
%21.33

CMYK Percentages of Color #bdfa77

%24
%0
%52
%2

Triadic Colors of #bdfa77

#bdfa77 #77bdfa #fa77bd

Analogous Colors of #bdfa77

#bdfa77 #7cfa77 #faf677

Monochromatic Colors of #bdfa77

#bdfa77

Complementary Color

#bdfa77 #b477fa

#bdfa77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa77 Color CSS Codes

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

#bdfa77 Text Font Color

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

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


#bdfa77 Background Color

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

This div background color is #bdfa77


#bdfa77 Border Color

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

This div border color is #bdfa77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa77


Comments

No comments written yet.

Please login to write comment.