Color Hex Logo

#bdfe4c Color Hex

#BDFE4C
(189,254,76)
0 Favorites   0 Comments

Color spaces of #bdfe4c

RGB 18925476
HSL0.230.990.65
HSV82°70°100°
CMYK 0.260.000.70   0.00
XYZ57.732682.224219.6655
Yxy82.22420.36170.5151
Hunter Lab90.6776-45.038350.6159
CIE-Lab92.6737-44.975774.3165

#bdfe4c color RGB value is (189,254,76).

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

The process color (four color CMYK) of #bdfe4c color hex is 0.26, 0.00, 0.70, 0.00. Web safe color of #bdfe4c is #ccff33. Color #bdfe4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 01001100
Octal 275 376 114
Decimal 189 254 76
Hex BD FE 4C

RGB Percentages of Color #bdfe4c

%36.42
%48.94
%14.64

CMYK Percentages of Color #bdfe4c

%26
%0
%70
%0

Triadic Colors of #bdfe4c

#bdfe4c #4cbdfe #fe4cbd

Analogous Colors of #bdfe4c

#bdfe4c #64fe4c #fee64c

Monochromatic Colors of #bdfe4c

#bdfe4c

Complementary Color

#bdfe4c #8d4cfe

#bdfe4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfe4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfe4c Color CSS Codes

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

#bdfe4c Text Font Color

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

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


#bdfe4c Background Color

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

This div background color is #bdfe4c


#bdfe4c Border Color

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

This div border color is #bdfe4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfe4c


Comments

No comments written yet.

Please login to write comment.