Color Hex Logo

#bde415 Color Hex

#BDE415
(189,228,21)
0 Favorites   0 Comments

Color spaces of #bde415

RGB 18922821
HSL0.200.830.49
HSV71°91°89°
CMYK 0.170.000.91   0.11
XYZ48.865066.359810.9427
Yxy66.35980.38730.5260
Hunter Lab81.4615-35.483849.0587
CIE-Lab85.1796-35.569281.4615

#bde415 color RGB value is (189,228,21).

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

The process color (four color CMYK) of #bde415 color hex is 0.17, 0.00, 0.91, 0.11. Web safe color of #bde415 is #cccc00. Color #bde415 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 00010101
Octal 275 344 25
Decimal 189 228 21
Hex BD E4 15

RGB Percentages of Color #bde415

%43.15
%52.05
%4.79

CMYK Percentages of Color #bde415

%17
%0
%91
%11

Triadic Colors of #bde415

#bde415 #15bde4 #e415bd

Analogous Colors of #bde415

#bde415 #55e415 #e4a415

Monochromatic Colors of #bde415

#bde415

Complementary Color

#bde415 #3c15e4

#bde415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde415 Color CSS Codes

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

#bde415 Text Font Color

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

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


#bde415 Background Color

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

This div background color is #bde415


#bde415 Border Color

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

This div border color is #bde415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde415


Comments

No comments written yet.

Please login to write comment.