Color Hex Logo

#bdc899 Color Hex

#BDC899
(189,200,153)
0 Favorites   0 Comments

Color spaces of #bdc899

RGB 189200153
HSL0.210.300.69
HSV74°24°78°
CMYK 0.050.000.24   0.22
XYZ47.390354.427338.1448
Yxy54.42730.33860.3889
Hunter Lab73.7749-14.444120.9869
CIE-Lab78.7102-11.754622.3035

#bdc899 color RGB value is (189,200,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 10011001
Octal 275 310 231
Decimal 189 200 153
Hex BD C8 99

RGB Percentages of Color #bdc899

%34.87
%36.90
%28.23

CMYK Percentages of Color #bdc899

%5
%0
%24
%22

Triadic Colors of #bdc899

#bdc899 #99bdc8 #c899bd

Analogous Colors of #bdc899

#bdc899 #a6c899 #c8bc99

Monochromatic Colors of #bdc899

#bdc899

Complementary Color

#bdc899 #a499c8

#bdc899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc899 Color CSS Codes

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

#bdc899 Text Font Color

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

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


#bdc899 Background Color

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

This div background color is #bdc899


#bdc899 Border Color

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

This div border color is #bdc899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc899


Comments

No comments written yet.

Please login to write comment.