Color Hex Logo

#bde903 Color Hex

#BDE903
(189,233,3)
0 Favorites   0 Comments

Color spaces of #bde903

RGB 1892333
HSL0.200.970.46
HSV71°99°91°
CMYK 0.190.000.99   0.09
XYZ50.141669.103210.7817
Yxy69.10320.38560.5315
Hunter Lab83.1283-37.806450.5000
CIE-Lab86.5551-38.040084.2914

#bde903 color RGB value is (189,233,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101001 00000011
Octal 275 351 3
Decimal 189 233 3
Hex BD E9 3

RGB Percentages of Color #bde903

%44.47
%54.82
%0.71

CMYK Percentages of Color #bde903

%19
%0
%99
%9

Triadic Colors of #bde903

#bde903 #03bde9 #e903bd

Analogous Colors of #bde903

#bde903 #4ae903 #e9a203

Monochromatic Colors of #bde903

#bde903

Complementary Color

#bde903 #2f03e9

#bde903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde903 Color CSS Codes

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

#bde903 Text Font Color

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

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


#bde903 Background Color

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

This div background color is #bde903


#bde903 Border Color

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

This div border color is #bde903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde903


Comments

No comments written yet.

Please login to write comment.