Color Hex Logo

#bdc893 Color Hex

#BDC893
(189,200,147)
0 Favorites   0 Comments

Color spaces of #bdc893

RGB 189200147
HSL0.200.330.68
HSV72°27°78°
CMYK 0.050.000.27   0.22
XYZ46.907054.234035.5997
Yxy54.23400.34300.3966
Hunter Lab73.6437-15.181922.8896
CIE-Lab78.5980-12.623225.3181

#bdc893 color RGB value is (189,200,147).

#bdc893 hex color red value is 189, green value is 200 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bdc893 hue: 0.20 , saturation: 0.33 and the lightness value of bdc893 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 10010011
Octal 275 310 223
Decimal 189 200 147
Hex BD C8 93

RGB Percentages of Color #bdc893

%35.26
%37.31
%27.43

CMYK Percentages of Color #bdc893

%5
%0
%27
%22

Triadic Colors of #bdc893

#bdc893 #93bdc8 #c893bd

Analogous Colors of #bdc893

#bdc893 #a3c893 #c8b993

Monochromatic Colors of #bdc893

#bdc893

Complementary Color

#bdc893 #9e93c8

#bdc893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc893 Color CSS Codes

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

#bdc893 Text Font Color

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

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


#bdc893 Background Color

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

This div background color is #bdc893


#bdc893 Border Color

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

This div border color is #bdc893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc893


Comments

No comments written yet.

Please login to write comment.