Color Hex Logo

#bdf54f Color Hex

#BDF54F
(189,245,79)
0 Favorites   0 Comments

Color spaces of #bdf54f

RGB 18924579
HSL0.220.890.64
HSV80°68°96°
CMYK 0.230.000.68   0.04
XYZ55.050076.688119.2980
Yxy76.68810.36450.5077
Hunter Lab87.5717-41.040648.2346
CIE-Lab90.1779-40.880570.7219

#bdf54f color RGB value is (189,245,79).

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

The process color (four color CMYK) of #bdf54f color hex is 0.23, 0.00, 0.68, 0.04. Web safe color of #bdf54f is #ccff66. Color #bdf54f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 01001111
Octal 275 365 117
Decimal 189 245 79
Hex BD F5 4F

RGB Percentages of Color #bdf54f

%36.84
%47.76
%15.40

CMYK Percentages of Color #bdf54f

%23
%0
%68
%4

Triadic Colors of #bdf54f

#bdf54f #4fbdf5 #f54fbd

Analogous Colors of #bdf54f

#bdf54f #6af54f #f5da4f

Monochromatic Colors of #bdf54f

#bdf54f

Complementary Color

#bdf54f #874ff5

#bdf54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf54f Color CSS Codes

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

#bdf54f Text Font Color

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

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


#bdf54f Background Color

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

This div background color is #bdf54f


#bdf54f Border Color

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

This div border color is #bdf54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf54f


Comments

No comments written yet.

Please login to write comment.