Color Hex Logo

#bde582 Color Hex

#BDE582
(189,229,130)
0 Favorites   0 Comments

Color spaces of #bde582

RGB 189229130
HSL0.230.660.70
HSV84°43°90°
CMYK 0.170.000.43   0.10
XYZ53.034868.469131.5397
Yxy68.46910.34650.4474
Hunter Lab82.7461-30.398835.3231
CIE-Lab86.2405-29.058143.9454

#bde582 color RGB value is (189,229,130).

#bde582 hex color red value is 189, green value is 229 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bde582 hue: 0.23 , saturation: 0.66 and the lightness value of bde582 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 10000010
Octal 275 345 202
Decimal 189 229 130
Hex BD E5 82

RGB Percentages of Color #bde582

%34.49
%41.79
%23.72

CMYK Percentages of Color #bde582

%17
%0
%43
%10

Triadic Colors of #bde582

#bde582 #82bde5 #e582bd

Analogous Colors of #bde582

#bde582 #8ce582 #e5dc82

Monochromatic Colors of #bde582

#bde582

Complementary Color

#bde582 #aa82e5

#bde582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde582 Color CSS Codes

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

#bde582 Text Font Color

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

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


#bde582 Background Color

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

This div background color is #bde582


#bde582 Border Color

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

This div border color is #bde582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde582


Comments

No comments written yet.

Please login to write comment.