Color Hex Logo

#bdca9e Color Hex

#BDCA9E
(189,202,158)
0 Favorites   0 Comments

Color spaces of #bdca9e

RGB 189202158
HSL0.220.290.71
HSV78°22°79°
CMYK 0.060.000.22   0.21
XYZ48.278455.528540.5213
Yxy55.52850.33450.3847
Hunter Lab74.5174-14.758919.9213
CIE-Lab79.3447-12.028120.5282

#bdca9e color RGB value is (189,202,158).

#bdca9e hex color red value is 189, green value is 202 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bdca9e hue: 0.22 , saturation: 0.29 and the lightness value of bdca9e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10011110
Octal 275 312 236
Decimal 189 202 158
Hex BD CA 9E

RGB Percentages of Color #bdca9e

%34.43
%36.79
%28.78

CMYK Percentages of Color #bdca9e

%6
%0
%22
%21

Triadic Colors of #bdca9e

#bdca9e #9ebdca #ca9ebd

Analogous Colors of #bdca9e

#bdca9e #a7ca9e #cac19e

Monochromatic Colors of #bdca9e

#bdca9e

Complementary Color

#bdca9e #ab9eca

#bdca9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca9e Color CSS Codes

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

#bdca9e Text Font Color

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

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


#bdca9e Background Color

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

This div background color is #bdca9e


#bdca9e Border Color

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

This div border color is #bdca9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca9e


Comments

No comments written yet.

Please login to write comment.