Color Hex Logo

#bdcf89 Color Hex

#BDCF89
(189,207,137)
0 Favorites   0 Comments

Color spaces of #bdcf89

RGB 189207137
HSL0.210.420.67
HSV75°34°81°
CMYK 0.090.000.34   0.19
XYZ47.814457.250632.1973
Yxy57.25060.34830.4171
Hunter Lab75.6641-19.612827.7353
CIE-Lab80.3203-17.515532.8249

#bdcf89 color RGB value is (189,207,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 10001001
Octal 275 317 211
Decimal 189 207 137
Hex BD CF 89

RGB Percentages of Color #bdcf89

%35.46
%38.84
%25.70

CMYK Percentages of Color #bdcf89

%9
%0
%34
%19

Triadic Colors of #bdcf89

#bdcf89 #89bdcf #cf89bd

Analogous Colors of #bdcf89

#bdcf89 #9acf89 #cfbe89

Monochromatic Colors of #bdcf89

#bdcf89

Complementary Color

#bdcf89 #9b89cf

#bdcf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf89 Color CSS Codes

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

#bdcf89 Text Font Color

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

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


#bdcf89 Background Color

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

This div background color is #bdcf89


#bdcf89 Border Color

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

This div border color is #bdcf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf89


Comments

No comments written yet.

Please login to write comment.