Color Hex Logo

#bdfc1f Color Hex

#BDFC1F
(189,252,31)
0 Favorites   0 Comments

Color spaces of #bdfc1f

RGB 18925231
HSL0.210.970.55
HSV77°88°99°
CMYK 0.250.000.88   0.01
XYZ56.044080.538613.8880
Yxy80.53860.37250.5352
Hunter Lab89.7433-45.578953.6450
CIE-Lab91.9260-45.922085.4039

#bdfc1f color RGB value is (189,252,31).

#bdfc1f hex color red value is 189, green value is 252 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bdfc1f hue: 0.21 , saturation: 0.97 and the lightness value of bdfc1f is 0.55.

The process color (four color CMYK) of #bdfc1f color hex is 0.25, 0.00, 0.88, 0.01. Web safe color of #bdfc1f is #ccff33. Color #bdfc1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 00011111
Octal 275 374 37
Decimal 189 252 31
Hex BD FC 1F

RGB Percentages of Color #bdfc1f

%40.04
%53.39
%6.57

CMYK Percentages of Color #bdfc1f

%25
%0
%88
%1

Triadic Colors of #bdfc1f

#bdfc1f #1fbdfc #fc1fbd

Analogous Colors of #bdfc1f

#bdfc1f #4ffc1f #fccd1f

Monochromatic Colors of #bdfc1f

#bdfc1f

Complementary Color

#bdfc1f #5e1ffc

#bdfc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfc1f Color CSS Codes

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

#bdfc1f Text Font Color

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

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


#bdfc1f Background Color

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

This div background color is #bdfc1f


#bdfc1f Border Color

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

This div border color is #bdfc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfc1f


Comments

No comments written yet.

Please login to write comment.