Color Hex Logo

#bde30e Color Hex

#BDE30E
(189,227,14)
0 Favorites   0 Comments

Color spaces of #bde30e

RGB 18922714
HSL0.200.880.47
HSV71°94°89°
CMYK 0.170.000.94   0.11
XYZ48.534665.788710.5559
Yxy65.78870.38870.5268
Hunter Lab81.1102-35.132449.0610
CIE-Lab84.8885-35.219382.0684

#bde30e color RGB value is (189,227,14).

#bde30e hex color red value is 189, green value is 227 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bde30e hue: 0.20 , saturation: 0.88 and the lightness value of bde30e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 00001110
Octal 275 343 16
Decimal 189 227 14
Hex BD E3 E

RGB Percentages of Color #bde30e

%43.95
%52.79
%3.26

CMYK Percentages of Color #bde30e

%17
%0
%94
%11

Triadic Colors of #bde30e

#bde30e #0ebde3 #e30ebd

Analogous Colors of #bde30e

#bde30e #53e30e #e39f0e

Monochromatic Colors of #bde30e

#bde30e

Complementary Color

#bde30e #340ee3

#bde30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde30e Color CSS Codes

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

#bde30e Text Font Color

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

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


#bde30e Background Color

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

This div background color is #bde30e


#bde30e Border Color

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

This div border color is #bde30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde30e


Comments

No comments written yet.

Please login to write comment.