Color Hex Logo

#bde486 Color Hex

#BDE486
(189,228,134)
0 Favorites   0 Comments

Color spaces of #bde486

RGB 189228134
HSL0.240.640.71
HSV85°41°89°
CMYK 0.170.000.41   0.11
XYZ53.032768.026932.8896
Yxy68.02690.34450.4419
Hunter Lab82.4784-29.563734.0921
CIE-Lab86.0199-28.112741.7035

#bde486 color RGB value is (189,228,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 10000110
Octal 275 344 206
Decimal 189 228 134
Hex BD E4 86

RGB Percentages of Color #bde486

%34.30
%41.38
%24.32

CMYK Percentages of Color #bde486

%17
%0
%41
%11

Triadic Colors of #bde486

#bde486 #86bde4 #e486bd

Analogous Colors of #bde486

#bde486 #8ee486 #e4dc86

Monochromatic Colors of #bde486

#bde486

Complementary Color

#bde486 #ad86e4

#bde486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde486 Color CSS Codes

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

#bde486 Text Font Color

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

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


#bde486 Background Color

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

This div background color is #bde486


#bde486 Border Color

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

This div border color is #bde486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde486


Comments

No comments written yet.

Please login to write comment.