Color Hex Logo

#bdc89c Color Hex

#BDC89C
(189,200,156)
0 Favorites   0 Comments

Color spaces of #bdc89c

RGB 189200156
HSL0.210.290.70
HSV75°22°78°
CMYK 0.050.000.22   0.22
XYZ47.641354.527739.4664
Yxy54.52770.33640.3850
Hunter Lab73.8429-14.062020.0016
CIE-Lab78.7684-11.306720.7940

#bdc89c color RGB value is (189,200,156).

#bdc89c hex color red value is 189, green value is 200 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bdc89c hue: 0.21 , saturation: 0.29 and the lightness value of bdc89c is 0.70.

The process color (four color CMYK) of #bdc89c color hex is 0.05, 0.00, 0.22, 0.22. Web safe color of #bdc89c is #cccc99. Color #bdc89c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 10011100
Octal 275 310 234
Decimal 189 200 156
Hex BD C8 9C

RGB Percentages of Color #bdc89c

%34.68
%36.70
%28.62

CMYK Percentages of Color #bdc89c

%5
%0
%22
%22

Triadic Colors of #bdc89c

#bdc89c #9cbdc8 #c89cbd

Analogous Colors of #bdc89c

#bdc89c #a7c89c #c8bd9c

Monochromatic Colors of #bdc89c

#bdc89c

Complementary Color

#bdc89c #a79cc8

#bdc89c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc89c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc89c Color CSS Codes

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

#bdc89c Text Font Color

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

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


#bdc89c Background Color

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

This div background color is #bdc89c


#bdc89c Border Color

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

This div border color is #bdc89c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc89c


Comments

No comments written yet.

Please login to write comment.