Color Hex Logo

#bde42f Color Hex

#BDE42F
(189,228,47)
0 Favorites   0 Comments

Color spaces of #bde42f

RGB 18922847
HSL0.200.770.54
HSV73°79°89°
CMYK 0.170.000.79   0.11
XYZ49.242866.510912.9318
Yxy66.51090.38270.5168
Hunter Lab81.5542-34.940847.6865
CIE-Lab85.2563-34.870476.2702

#bde42f color RGB value is (189,228,47).

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

The process color (four color CMYK) of #bde42f color hex is 0.17, 0.00, 0.79, 0.11. Web safe color of #bde42f is #cccc33. Color #bde42f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 00101111
Octal 275 344 57
Decimal 189 228 47
Hex BD E4 2F

RGB Percentages of Color #bde42f

%40.73
%49.14
%10.13

CMYK Percentages of Color #bde42f

%17
%0
%79
%11

Triadic Colors of #bde42f

#bde42f #2fbde4 #e42fbd

Analogous Colors of #bde42f

#bde42f #63e42f #e4b12f

Monochromatic Colors of #bde42f

#bde42f

Complementary Color

#bde42f #562fe4

#bde42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde42f Color CSS Codes

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

#bde42f Text Font Color

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

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


#bde42f Background Color

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

This div background color is #bde42f


#bde42f Border Color

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

This div border color is #bde42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde42f


Comments

No comments written yet.

Please login to write comment.