Color Hex Logo

#bde219 Color Hex

#BDE219
(189,226,25)
0 Favorites   0 Comments

Color spaces of #bde219

RGB 18922625
HSL0.200.800.49
HSV71°89°89°
CMYK 0.160.000.89   0.11
XYZ48.358165.281710.9716
Yxy65.28170.38810.5239
Hunter Lab80.7971-34.560448.5069
CIE-Lab84.6287-34.584480.4298

#bde219 color RGB value is (189,226,25).

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

The process color (four color CMYK) of #bde219 color hex is 0.16, 0.00, 0.89, 0.11. Web safe color of #bde219 is #cccc00. Color #bde219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100010 00011001
Octal 275 342 31
Decimal 189 226 25
Hex BD E2 19

RGB Percentages of Color #bde219

%42.95
%51.36
%5.68

CMYK Percentages of Color #bde219

%16
%0
%89
%11

Triadic Colors of #bde219

#bde219 #19bde2 #e219bd

Analogous Colors of #bde219

#bde219 #59e219 #e2a319

Monochromatic Colors of #bde219

#bde219

Complementary Color

#bde219 #3e19e2

#bde219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde219 Color CSS Codes

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

#bde219 Text Font Color

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

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


#bde219 Background Color

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

This div background color is #bde219


#bde219 Border Color

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

This div border color is #bde219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde219


Comments

No comments written yet.

Please login to write comment.