Color Hex Logo

#bde485 Color Hex

#BDE485
(189,228,133)
0 Favorites   0 Comments

Color spaces of #bde485

RGB 189228133
HSL0.240.640.71
HSV85°42°89°
CMYK 0.170.000.42   0.11
XYZ52.963367.999132.5240
Yxy67.99910.34510.4430
Hunter Lab82.4616-29.661034.3383
CIE-Lab86.0060-28.232542.1786

#bde485 color RGB value is (189,228,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 10000101
Octal 275 344 205
Decimal 189 228 133
Hex BD E4 85

RGB Percentages of Color #bde485

%34.36
%41.45
%24.18

CMYK Percentages of Color #bde485

%17
%0
%42
%11

Triadic Colors of #bde485

#bde485 #85bde4 #e485bd

Analogous Colors of #bde485

#bde485 #8ee485 #e4dc85

Monochromatic Colors of #bde485

#bde485

Complementary Color

#bde485 #ac85e4

#bde485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde485 Color CSS Codes

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

#bde485 Text Font Color

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

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


#bde485 Background Color

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

This div background color is #bde485


#bde485 Border Color

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

This div border color is #bde485


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,228,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 #bde485">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde485


Comments

No comments written yet.

Please login to write comment.