Color Hex Logo

#bdf320 Color Hex

#BDF320
(189,243,32)
0 Favorites   0 Comments

Color spaces of #bdf320

RGB 18924332
HSL0.210.900.54
HSV75°87°95°
CMYK 0.220.000.87   0.05
XYZ53.297675.024313.0386
Yxy75.02430.37700.5307
Hunter Lab86.6166-41.742951.7065
CIE-Lab89.4044-42.016883.1521

#bdf320 color RGB value is (189,243,32).

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

The process color (four color CMYK) of #bdf320 color hex is 0.22, 0.00, 0.87, 0.05. Web safe color of #bdf320 is #ccff33. Color #bdf320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110011 00100000
Octal 275 363 40
Decimal 189 243 32
Hex BD F3 20

RGB Percentages of Color #bdf320

%40.73
%52.37
%6.90

CMYK Percentages of Color #bdf320

%22
%0
%87
%5

Triadic Colors of #bdf320

#bdf320 #20bdf3 #f320bd

Analogous Colors of #bdf320

#bdf320 #53f320 #f3c020

Monochromatic Colors of #bdf320

#bdf320

Complementary Color

#bdf320 #5620f3

#bdf320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf320 Color CSS Codes

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

#bdf320 Text Font Color

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

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


#bdf320 Background Color

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

This div background color is #bdf320


#bdf320 Border Color

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

This div border color is #bdf320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf320


Comments

No comments written yet.

Please login to write comment.