Color Hex Logo

#bdd789 Color Hex

#BDD789
(189,215,137)
0 Favorites   0 Comments

Color spaces of #bdd789

RGB 189215137
HSL0.220.490.69
HSV80°36°84°
CMYK 0.120.000.36   0.16
XYZ49.802161.225832.8598
Yxy61.22580.34610.4255
Hunter Lab78.2469-23.321629.8740
CIE-Lab82.5000-21.474835.6752

#bdd789 color RGB value is (189,215,137).

#bdd789 hex color red value is 189, green value is 215 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bdd789 hue: 0.22 , saturation: 0.49 and the lightness value of bdd789 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 10001001
Octal 275 327 211
Decimal 189 215 137
Hex BD D7 89

RGB Percentages of Color #bdd789

%34.94
%39.74
%25.32

CMYK Percentages of Color #bdd789

%12
%0
%36
%16

Triadic Colors of #bdd789

#bdd789 #89bdd7 #d789bd

Analogous Colors of #bdd789

#bdd789 #96d789 #d7ca89

Monochromatic Colors of #bdd789

#bdd789

Complementary Color

#bdd789 #a389d7

#bdd789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd789 Color CSS Codes

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

#bdd789 Text Font Color

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

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


#bdd789 Background Color

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

This div background color is #bdd789


#bdd789 Border Color

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

This div border color is #bdd789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd789


Comments

No comments written yet.

Please login to write comment.