Color Hex Logo

#bdcaa9 Color Hex

#BDCAA9
(189,202,169)
0 Favorites   0 Comments

Color spaces of #bdcaa9

RGB 189202169
HSL0.230.240.73
HSV84°16°79°
CMYK 0.060.000.16   0.21
XYZ49.268255.924445.7339
Yxy55.92440.32640.3705
Hunter Lab74.7826-13.270416.0886
CIE-Lab79.5708-10.294514.9964

#bdcaa9 color RGB value is (189,202,169).

#bdcaa9 hex color red value is 189, green value is 202 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #bdcaa9 hue: 0.23 , saturation: 0.24 and the lightness value of bdcaa9 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10101001
Octal 275 312 251
Decimal 189 202 169
Hex BD CA A9

RGB Percentages of Color #bdcaa9

%33.75
%36.07
%30.18

CMYK Percentages of Color #bdcaa9

%6
%0
%16
%21

Triadic Colors of #bdcaa9

#bdcaa9 #a9bdca #caa9bd

Analogous Colors of #bdcaa9

#bdcaa9 #adcaa9 #cac7a9

Monochromatic Colors of #bdcaa9

#bdcaa9

Complementary Color

#bdcaa9 #b6a9ca

#bdcaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcaa9 Color CSS Codes

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

#bdcaa9 Text Font Color

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

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


#bdcaa9 Background Color

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

This div background color is #bdcaa9


#bdcaa9 Border Color

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

This div border color is #bdcaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcaa9


Comments

No comments written yet.

Please login to write comment.