Color Hex Logo

#bde900 Color Hex

#BDE900
(189,233,0)
0 Favorites   0 Comments

Color spaces of #bde900

RGB 1892330
HSL0.201.000.46
HSV71°100°91°
CMYK 0.190.001.00   0.09
XYZ50.125269.096610.6951
Yxy69.09660.38580.5319
Hunter Lab83.1244-37.829550.5586
CIE-Lab86.5519-38.070084.5341

#bde900 color RGB value is (189,233,0).

#bde900 hex color red value is 189, green value is 233 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bde900 hue: 0.20 , saturation: 1.00 and the lightness value of bde900 is 0.46.

The process color (four color CMYK) of #bde900 color hex is 0.19, 0.00, 1.00, 0.09. Web safe color of #bde900 is #ccff00. Color #bde900 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101001 00000000
Octal 275 351 0
Decimal 189 233 0
Hex BD E9 0

RGB Percentages of Color #bde900

%44.79
%55.21
%0.00

CMYK Percentages of Color #bde900

%19
%0
%100
%9

Triadic Colors of #bde900

#bde900 #00bde9 #e900bd

Analogous Colors of #bde900

#bde900 #48e900 #e9a100

Monochromatic Colors of #bde900

#bde900

Complementary Color

#bde900 #2c00e9

#bde900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde900 Color CSS Codes

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

#bde900 Text Font Color

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

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


#bde900 Background Color

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

This div background color is #bde900


#bde900 Border Color

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

This div border color is #bde900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde900


Comments

No comments written yet.

Please login to write comment.