Color Hex Logo

#bdfd0d Color Hex

#BDFD0D
(189,253,13)
0 Favorites   0 Comments

Color spaces of #bdfd0d

RGB 18925313
HSL0.210.980.52
HSV76°95°99°
CMYK 0.250.000.95   0.01
XYZ56.184281.098413.0731
Yxy81.09840.37370.5394
Hunter Lab90.0547-46.231354.4312
CIE-Lab92.1755-46.648087.8430

#bdfd0d color RGB value is (189,253,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 00001101
Octal 275 375 15
Decimal 189 253 13
Hex BD FD D

RGB Percentages of Color #bdfd0d

%41.54
%55.60
%2.86

CMYK Percentages of Color #bdfd0d

%25
%0
%95
%1

Triadic Colors of #bdfd0d

#bdfd0d #0dbdfd #fd0dbd

Analogous Colors of #bdfd0d

#bdfd0d #45fd0d #fdc50d

Monochromatic Colors of #bdfd0d

#bdfd0d

Complementary Color

#bdfd0d #4d0dfd

#bdfd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfd0d Color CSS Codes

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

#bdfd0d Text Font Color

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

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


#bdfd0d Background Color

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

This div background color is #bdfd0d


#bdfd0d Border Color

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

This div border color is #bdfd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfd0d


Comments

No comments written yet.

Please login to write comment.