Color Hex Logo

#bde089 Color Hex

#BDE089
(189,224,137)
0 Favorites   0 Comments

Color spaces of #bde089

RGB 189224137
HSL0.230.580.71
HSV84°39°88°
CMYK 0.160.000.39   0.12
XYZ52.157365.936333.6449
Yxy65.93630.34370.4345
Hunter Lab81.2012-27.447632.2746
CIE-Lab84.9639-25.838638.8634

#bde089 color RGB value is (189,224,137).

#bde089 hex color red value is 189, green value is 224 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bde089 hue: 0.23 , saturation: 0.58 and the lightness value of bde089 is 0.71.

The process color (four color CMYK) of #bde089 color hex is 0.16, 0.00, 0.39, 0.12. Web safe color of #bde089 is #cccc99. Color #bde089 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 10001001
Octal 275 340 211
Decimal 189 224 137
Hex BD E0 89

RGB Percentages of Color #bde089

%34.36
%40.73
%24.91

CMYK Percentages of Color #bde089

%16
%0
%39
%12

Triadic Colors of #bde089

#bde089 #89bde0 #e089bd

Analogous Colors of #bde089

#bde089 #92e089 #e0d889

Monochromatic Colors of #bde089

#bde089

Complementary Color

#bde089 #ac89e0

#bde089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde089 Color CSS Codes

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

#bde089 Text Font Color

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

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


#bde089 Background Color

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

This div background color is #bde089


#bde089 Border Color

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

This div border color is #bde089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde089


Comments

No comments written yet.

Please login to write comment.