Color Hex Logo

#bdd089 Color Hex

#BDD089
(189,208,137)
0 Favorites   0 Comments

Color spaces of #bdd089

RGB 189208137
HSL0.210.430.68
HSV76°34°82°
CMYK 0.090.000.34   0.18
XYZ48.057557.736732.2783
Yxy57.73670.34810.4182
Hunter Lab75.9847-20.078528.0029
CIE-Lab80.5922-18.014533.1819

#bdd089 color RGB value is (189,208,137).

#bdd089 hex color red value is 189, green value is 208 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bdd089 hue: 0.21 , saturation: 0.43 and the lightness value of bdd089 is 0.68.

The process color (four color CMYK) of #bdd089 color hex is 0.09, 0.00, 0.34, 0.18. Web safe color of #bdd089 is #cccc99. Color #bdd089 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 10001001
Octal 275 320 211
Decimal 189 208 137
Hex BD D0 89

RGB Percentages of Color #bdd089

%35.39
%38.95
%25.66

CMYK Percentages of Color #bdd089

%9
%0
%34
%18

Triadic Colors of #bdd089

#bdd089 #89bdd0 #d089bd

Analogous Colors of #bdd089

#bdd089 #9ad089 #d0c089

Monochromatic Colors of #bdd089

#bdd089

Complementary Color

#bdd089 #9c89d0

#bdd089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd089 Color CSS Codes

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

#bdd089 Text Font Color

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

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


#bdd089 Background Color

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

This div background color is #bdd089


#bdd089 Border Color

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

This div border color is #bdd089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd089


Comments

No comments written yet.

Please login to write comment.