Color Hex Logo

#bdd189 Color Hex

#BDD189
(189,209,137)
0 Favorites   0 Comments

Color spaces of #bdd189

RGB 189209137
HSL0.210.440.68
HSV77°34°82°
CMYK 0.100.000.34   0.18
XYZ48.302158.225932.3598
Yxy58.22590.34780.4192
Hunter Lab76.3059-20.543728.2704
CIE-Lab80.8642-18.512433.5388

#bdd189 color RGB value is (189,209,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 10001001
Octal 275 321 211
Decimal 189 209 137
Hex BD D1 89

RGB Percentages of Color #bdd189

%35.33
%39.07
%25.61

CMYK Percentages of Color #bdd189

%10
%0
%34
%18

Triadic Colors of #bdd189

#bdd189 #89bdd1 #d189bd

Analogous Colors of #bdd189

#bdd189 #99d189 #d1c189

Monochromatic Colors of #bdd189

#bdd189

Complementary Color

#bdd189 #9d89d1

#bdd189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd189 Color CSS Codes

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

#bdd189 Text Font Color

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

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


#bdd189 Background Color

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

This div background color is #bdd189


#bdd189 Border Color

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

This div border color is #bdd189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd189


Comments

No comments written yet.

Please login to write comment.