Color Hex Logo

#bdf83c Color Hex

#BDF83C
(189,248,60)
0 Favorites   0 Comments

Color spaces of #bdf83c

RGB 18924860
HSL0.220.930.60
HSV79°76°97°
CMYK 0.240.000.76   0.03
XYZ55.369378.279916.4662
Yxy78.27990.36880.5215
Hunter Lab88.4759-43.125450.8987
CIE-Lab90.9075-43.221277.7681

#bdf83c color RGB value is (189,248,60).

#bdf83c hex color red value is 189, green value is 248 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bdf83c hue: 0.22 , saturation: 0.93 and the lightness value of bdf83c is 0.60.

The process color (four color CMYK) of #bdf83c color hex is 0.24, 0.00, 0.76, 0.03. Web safe color of #bdf83c is #ccff33. Color #bdf83c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 00111100
Octal 275 370 74
Decimal 189 248 60
Hex BD F8 3C

RGB Percentages of Color #bdf83c

%38.03
%49.90
%12.07

CMYK Percentages of Color #bdf83c

%24
%0
%76
%3

Triadic Colors of #bdf83c

#bdf83c #3cbdf8 #f83cbd

Analogous Colors of #bdf83c

#bdf83c #5ff83c #f8d53c

Monochromatic Colors of #bdf83c

#bdf83c

Complementary Color

#bdf83c #773cf8

#bdf83c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf83c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf83c Color CSS Codes

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

#bdf83c Text Font Color

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

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


#bdf83c Background Color

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

This div background color is #bdf83c


#bdf83c Border Color

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

This div border color is #bdf83c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf83c


Comments

No comments written yet.

Please login to write comment.