Color Hex Logo

#bdcaaa Color Hex

#BDCAAA
(189,202,170)
0 Favorites   0 Comments

Color spaces of #bdcaaa

RGB 189202170
HSL0.230.230.73
HSV84°16°79°
CMYK 0.060.000.16   0.21
XYZ49.362555.962246.2303
Yxy55.96220.32570.3693
Hunter Lab74.8079-13.129315.7251
CIE-Lab79.5923-10.131214.4936

#bdcaaa color RGB value is (189,202,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10101010
Octal 275 312 252
Decimal 189 202 170
Hex BD CA AA

RGB Percentages of Color #bdcaaa

%33.69
%36.01
%30.30

CMYK Percentages of Color #bdcaaa

%6
%0
%16
%21

Triadic Colors of #bdcaaa

#bdcaaa #aabdca #caaabd

Analogous Colors of #bdcaaa

#bdcaaa #adcaaa #cac7aa

Monochromatic Colors of #bdcaaa

#bdcaaa

Complementary Color

#bdcaaa #b7aaca

#bdcaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcaaa Color CSS Codes

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

#bdcaaa Text Font Color

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

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


#bdcaaa Background Color

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

This div background color is #bdcaaa


#bdcaaa Border Color

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

This div border color is #bdcaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcaaa


Comments

No comments written yet.

Please login to write comment.