Color Hex Logo

#bde517 Color Hex

#BDE517
(189,229,23)
0 Favorites   0 Comments

Color spaces of #bde517

RGB 18922923
HSL0.200.820.49
HSV72°90°90°
CMYK 0.170.000.90   0.10
XYZ49.160266.919311.1363
Yxy66.91930.38640.5260
Hunter Lab81.8042-35.887949.1916
CIE-Lab85.4632-35.986581.4052

#bde517 color RGB value is (189,229,23).

#bde517 hex color red value is 189, green value is 229 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bde517 hue: 0.20 , saturation: 0.82 and the lightness value of bde517 is 0.49.

The process color (four color CMYK) of #bde517 color hex is 0.17, 0.00, 0.90, 0.10. Web safe color of #bde517 is #cccc00. Color #bde517 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 00010111
Octal 275 345 27
Decimal 189 229 23
Hex BD E5 17

RGB Percentages of Color #bde517

%42.86
%51.93
%5.22

CMYK Percentages of Color #bde517

%17
%0
%90
%10

Triadic Colors of #bde517

#bde517 #17bde5 #e517bd

Analogous Colors of #bde517

#bde517 #56e517 #e5a617

Monochromatic Colors of #bde517

#bde517

Complementary Color

#bde517 #3f17e5

#bde517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde517 Color CSS Codes

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

#bde517 Text Font Color

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

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


#bde517 Background Color

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

This div background color is #bde517


#bde517 Border Color

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

This div border color is #bde517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde517


Comments

No comments written yet.

Please login to write comment.