Color Hex Logo

#bdfd3e Color Hex

#BDFD3E
(189,253,62)
0 Favorites   0 Comments

Color spaces of #bdfd3e

RGB 18925362
HSL0.220.980.62
HSV80°75°99°
CMYK 0.250.000.75   0.01
XYZ56.981081.417217.2693
Yxy81.41720.36600.5230
Hunter Lab90.2315-45.182751.8146
CIE-Lab92.3170-45.283878.4934

#bdfd3e color RGB value is (189,253,62).

#bdfd3e hex color red value is 189, green value is 253 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bdfd3e hue: 0.22 , saturation: 0.98 and the lightness value of bdfd3e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 00111110
Octal 275 375 76
Decimal 189 253 62
Hex BD FD 3E

RGB Percentages of Color #bdfd3e

%37.50
%50.20
%12.30

CMYK Percentages of Color #bdfd3e

%25
%0
%75
%1

Triadic Colors of #bdfd3e

#bdfd3e #3ebdfd #fd3ebd

Analogous Colors of #bdfd3e

#bdfd3e #5dfd3e #fdde3e

Monochromatic Colors of #bdfd3e

#bdfd3e

Complementary Color

#bdfd3e #7e3efd

#bdfd3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfd3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfd3e Color CSS Codes

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

#bdfd3e Text Font Color

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

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


#bdfd3e Background Color

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

This div background color is #bdfd3e


#bdfd3e Border Color

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

This div border color is #bdfd3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfd3e


Comments

No comments written yet.

Please login to write comment.