Color Hex Logo

#bde403 Color Hex

#BDE403
(189,228,3)
0 Favorites   0 Comments

Color spaces of #bde403

RGB 1892283
HSL0.200.970.45
HSV70°99°89°
CMYK 0.170.000.99   0.11
XYZ48.746166.312210.3165
Yxy66.31220.38880.5289
Hunter Lab81.4323-35.654849.4913
CIE-Lab85.1554-35.790183.2284

#bde403 color RGB value is (189,228,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 00000011
Octal 275 344 3
Decimal 189 228 3
Hex BD E4 3

RGB Percentages of Color #bde403

%45.00
%54.29
%0.71

CMYK Percentages of Color #bde403

%17
%0
%99
%11

Triadic Colors of #bde403

#bde403 #03bde4 #e403bd

Analogous Colors of #bde403

#bde403 #4ce403 #e49b03

Monochromatic Colors of #bde403

#bde403

Complementary Color

#bde403 #2a03e4

#bde403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde403 Color CSS Codes

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

#bde403 Text Font Color

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

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


#bde403 Background Color

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

This div background color is #bde403


#bde403 Border Color

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

This div border color is #bde403


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,228,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 #bde403">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde403


Comments

No comments written yet.

Please login to write comment.