Color Hex Logo

#bde584 Color Hex

#BDE584
(189,229,132)
0 Favorites   0 Comments

Color spaces of #bde584

RGB 189229132
HSL0.240.650.71
HSV85°42°90°
CMYK 0.170.000.42   0.10
XYZ53.170468.523432.2538
Yxy68.52340.34540.4451
Hunter Lab82.7789-30.209134.8436
CIE-Lab86.2675-28.824043.0007

#bde584 color RGB value is (189,229,132).

#bde584 hex color red value is 189, green value is 229 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bde584 hue: 0.24 , saturation: 0.65 and the lightness value of bde584 is 0.71.

The process color (four color CMYK) of #bde584 color hex is 0.17, 0.00, 0.42, 0.10. Web safe color of #bde584 is #cccc99. Color #bde584 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 10000100
Octal 275 345 204
Decimal 189 229 132
Hex BD E5 84

RGB Percentages of Color #bde584

%34.36
%41.64
%24.00

CMYK Percentages of Color #bde584

%17
%0
%42
%10

Triadic Colors of #bde584

#bde584 #84bde5 #e584bd

Analogous Colors of #bde584

#bde584 #8de584 #e5dd84

Monochromatic Colors of #bde584

#bde584

Complementary Color

#bde584 #ac84e5

#bde584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde584 Color CSS Codes

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

#bde584 Text Font Color

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

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


#bde584 Background Color

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

This div background color is #bde584


#bde584 Border Color

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

This div border color is #bde584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde584


Comments

No comments written yet.

Please login to write comment.