Color Hex Logo

#bdf84e Color Hex

#BDF84E
(189,248,78)
0 Favorites   0 Comments

Color spaces of #bdf84e

RGB 18924878
HSL0.220.920.64
HSV81°69°97°
CMYK 0.240.000.69   0.03
XYZ55.928878.503719.4127
Yxy78.50370.36350.5103
Hunter Lab88.6023-42.378849.0312
CIE-Lab91.0093-42.258171.9332

#bdf84e color RGB value is (189,248,78).

#bdf84e hex color red value is 189, green value is 248 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bdf84e hue: 0.22 , saturation: 0.92 and the lightness value of bdf84e is 0.64.

The process color (four color CMYK) of #bdf84e color hex is 0.24, 0.00, 0.69, 0.03. Web safe color of #bdf84e is #ccff66. Color #bdf84e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 01001110
Octal 275 370 116
Decimal 189 248 78
Hex BD F8 4E

RGB Percentages of Color #bdf84e

%36.70
%48.16
%15.15

CMYK Percentages of Color #bdf84e

%24
%0
%69
%3

Triadic Colors of #bdf84e

#bdf84e #4ebdf8 #f84ebd

Analogous Colors of #bdf84e

#bdf84e #68f84e #f8de4e

Monochromatic Colors of #bdf84e

#bdf84e

Complementary Color

#bdf84e #894ef8

#bdf84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf84e Color CSS Codes

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

#bdf84e Text Font Color

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

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


#bdf84e Background Color

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

This div background color is #bdf84e


#bdf84e Border Color

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

This div border color is #bdf84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf84e


Comments

No comments written yet.

Please login to write comment.