Color Hex Logo

#bdfd14 Color Hex

#BDFD14
(189,253,20)
0 Favorites   0 Comments

Color spaces of #bdfd14

RGB 18925320
HSL0.210.980.54
HSV76°92°99°
CMYK 0.250.000.92   0.01
XYZ56.237881.119913.3555
Yxy81.11990.37310.5382
Hunter Lab90.0666-46.160754.2548
CIE-Lab92.1850-46.555887.1540

#bdfd14 color RGB value is (189,253,20).

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

The process color (four color CMYK) of #bdfd14 color hex is 0.25, 0.00, 0.92, 0.01. Web safe color of #bdfd14 is #ccff00. Color #bdfd14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 00010100
Octal 275 375 24
Decimal 189 253 20
Hex BD FD 14

RGB Percentages of Color #bdfd14

%40.91
%54.76
%4.33

CMYK Percentages of Color #bdfd14

%25
%0
%92
%1

Triadic Colors of #bdfd14

#bdfd14 #14bdfd #fd14bd

Analogous Colors of #bdfd14

#bdfd14 #48fd14 #fdc914

Monochromatic Colors of #bdfd14

#bdfd14

Complementary Color

#bdfd14 #5414fd

#bdfd14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfd14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfd14 Color CSS Codes

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

#bdfd14 Text Font Color

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

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


#bdfd14 Background Color

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

This div background color is #bdfd14


#bdfd14 Border Color

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

This div border color is #bdfd14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfd14

Related Colors


Comments

No comments written yet.

Please login to write comment.