Color Hex Logo

#bdf80c Color Hex

#BDF80C
(189,248,12)
0 Favorites   0 Comments

Color spaces of #bdf80c

RGB 18924812
HSL0.210.940.51
HSV75°95°97°
CMYK 0.240.000.95   0.03
XYZ54.620077.980212.5207
Yxy77.98020.37640.5373
Hunter Lab88.3064-44.128953.4079
CIE-Lab90.7709-44.524686.8310

#bdf80c color RGB value is (189,248,12).

#bdf80c hex color red value is 189, green value is 248 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bdf80c hue: 0.21 , saturation: 0.94 and the lightness value of bdf80c is 0.51.

The process color (four color CMYK) of #bdf80c color hex is 0.24, 0.00, 0.95, 0.03. Web safe color of #bdf80c is #ccff00. Color #bdf80c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 00001100
Octal 275 370 14
Decimal 189 248 12
Hex BD F8 C

RGB Percentages of Color #bdf80c

%42.09
%55.23
%2.67

CMYK Percentages of Color #bdf80c

%24
%0
%95
%3

Triadic Colors of #bdf80c

#bdf80c #0cbdf8 #f80cbd

Analogous Colors of #bdf80c

#bdf80c #47f80c #f8bd0c

Monochromatic Colors of #bdf80c

#bdf80c

Complementary Color

#bdf80c #470cf8

#bdf80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf80c Color CSS Codes

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

#bdf80c Text Font Color

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

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


#bdf80c Background Color

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

This div background color is #bdf80c


#bdf80c Border Color

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

This div border color is #bdf80c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf80c


Comments

No comments written yet.

Please login to write comment.