Color Hex Logo

#bde585 Color Hex

#BDE585
(189,229,133)
0 Favorites   0 Comments

Color spaces of #bde585

RGB 189229133
HSL0.240.650.71
HSV85°42°90°
CMYK 0.170.000.42   0.10
XYZ53.239268.550932.6159
Yxy68.55090.34480.4440
Hunter Lab82.7955-30.112934.6005
CIE-Lab86.2812-28.705442.5272

#bde585 color RGB value is (189,229,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 10000101
Octal 275 345 205
Decimal 189 229 133
Hex BD E5 85

RGB Percentages of Color #bde585

%34.30
%41.56
%24.14

CMYK Percentages of Color #bde585

%17
%0
%42
%10

Triadic Colors of #bde585

#bde585 #85bde5 #e585bd

Analogous Colors of #bde585

#bde585 #8de585 #e5dd85

Monochromatic Colors of #bde585

#bde585

Complementary Color

#bde585 #ad85e5

#bde585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde585 Color CSS Codes

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

#bde585 Text Font Color

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

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


#bde585 Background Color

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

This div background color is #bde585


#bde585 Border Color

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

This div border color is #bde585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde585


Comments

No comments written yet.

Please login to write comment.