Color Hex Logo

#bde020 Color Hex

#BDE020
(189,224,32)
0 Favorites   0 Comments

Color spaces of #bde020

RGB 18922432
HSL0.200.760.50
HSV71°86°88°
CMYK 0.160.000.86   0.12
XYZ47.902664.234411.2402
Yxy64.23440.38830.5206
Hunter Lab80.1464-33.568747.7873
CIE-Lab84.0877-33.509678.7437

#bde020 color RGB value is (189,224,32).

#bde020 hex color red value is 189, green value is 224 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bde020 hue: 0.20 , saturation: 0.76 and the lightness value of bde020 is 0.50.

The process color (four color CMYK) of #bde020 color hex is 0.16, 0.00, 0.86, 0.12. Web safe color of #bde020 is #cccc33. Color #bde020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 00100000
Octal 275 340 40
Decimal 189 224 32
Hex BD E0 20

RGB Percentages of Color #bde020

%42.47
%50.34
%7.19

CMYK Percentages of Color #bde020

%16
%0
%86
%12

Triadic Colors of #bde020

#bde020 #20bde0 #e020bd

Analogous Colors of #bde020

#bde020 #5de020 #e0a320

Monochromatic Colors of #bde020

#bde020

Complementary Color

#bde020 #4320e0

#bde020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde020 Color CSS Codes

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

#bde020 Text Font Color

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

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


#bde020 Background Color

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

This div background color is #bde020


#bde020 Border Color

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

This div border color is #bde020


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,224,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 #bde020">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde020


Comments

No comments written yet.

Please login to write comment.