Color Hex Logo

#bdfe4f Color Hex

#BDFE4F
(189,254,79)
0 Favorites   0 Comments

Color spaces of #bdfe4f

RGB 18925479
HSL0.230.990.65
HSV82°69°100°
CMYK 0.260.000.69   0.00
XYZ57.839482.267020.2278
Yxy82.26700.36070.5131
Hunter Lab90.7012-44.899050.2682
CIE-Lab92.6926-44.796073.2816

#bdfe4f color RGB value is (189,254,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 01001111
Octal 275 376 117
Decimal 189 254 79
Hex BD FE 4F

RGB Percentages of Color #bdfe4f

%36.21
%48.66
%15.13

CMYK Percentages of Color #bdfe4f

%26
%0
%69
%0

Triadic Colors of #bdfe4f

#bdfe4f #4fbdfe #fe4fbd

Analogous Colors of #bdfe4f

#bdfe4f #66fe4f #fee84f

Monochromatic Colors of #bdfe4f

#bdfe4f

Complementary Color

#bdfe4f #904ffe

#bdfe4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfe4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfe4f Color CSS Codes

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

#bdfe4f Text Font Color

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

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


#bdfe4f Background Color

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

This div background color is #bdfe4f


#bdfe4f Border Color

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

This div border color is #bdfe4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfe4f

Related Colors


Comments

No comments written yet.

Please login to write comment.