Color Hex Logo

#bdc89e Color Hex

#BDC89E
(189,200,158)
0 Favorites   0 Comments

Color spaces of #bdc89e

RGB 189200158
HSL0.210.280.70
HSV76°21°78°
CMYK 0.050.000.21   0.22
XYZ47.812154.596040.3659
Yxy54.59600.33490.3824
Hunter Lab73.8891-13.802319.3320
CIE-Lab78.8080-11.003219.7869

#bdc89e color RGB value is (189,200,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 10011110
Octal 275 310 236
Decimal 189 200 158
Hex BD C8 9E

RGB Percentages of Color #bdc89e

%34.55
%36.56
%28.88

CMYK Percentages of Color #bdc89e

%5
%0
%21
%22

Triadic Colors of #bdc89e

#bdc89e #9ebdc8 #c89ebd

Analogous Colors of #bdc89e

#bdc89e #a8c89e #c8be9e

Monochromatic Colors of #bdc89e

#bdc89e

Complementary Color

#bdc89e #a99ec8

#bdc89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc89e Color CSS Codes

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

#bdc89e Text Font Color

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

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


#bdc89e Background Color

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

This div background color is #bdc89e


#bdc89e Border Color

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

This div border color is #bdc89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc89e


Comments

No comments written yet.

Please login to write comment.