Color Hex Logo

#bde422 Color Hex

#BDE422
(189,228,34)
0 Favorites   0 Comments

Color spaces of #bde422

RGB 18922834
HSL0.200.780.51
HSV72°85°89°
CMYK 0.170.000.85   0.11
XYZ49.018466.421111.7504
Yxy66.42110.38540.5222
Hunter Lab81.4991-35.263048.5011
CIE-Lab85.2108-35.284879.2815

#bde422 color RGB value is (189,228,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 00100010
Octal 275 344 42
Decimal 189 228 34
Hex BD E4 22

RGB Percentages of Color #bde422

%41.91
%50.55
%7.54

CMYK Percentages of Color #bde422

%17
%0
%85
%11

Triadic Colors of #bde422

#bde422 #22bde4 #e422bd

Analogous Colors of #bde422

#bde422 #5ce422 #e4aa22

Monochromatic Colors of #bde422

#bde422

Complementary Color

#bde422 #4922e4

#bde422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde422 Color CSS Codes

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

#bde422 Text Font Color

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

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


#bde422 Background Color

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

This div background color is #bde422


#bde422 Border Color

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

This div border color is #bde422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde422


Comments

No comments written yet.

Please login to write comment.