Color Hex Logo

#bdcaad Color Hex

#BDCAAD
(189,202,173)
0 Favorites   0 Comments

Color spaces of #bdcaad

RGB 189202173
HSL0.240.210.74
HSV87°14°79°
CMYK 0.060.000.14   0.21
XYZ49.649656.077047.7423
Yxy56.07700.32350.3654
Hunter Lab74.8846-12.699814.6192
CIE-Lab79.6576-9.635112.9850

#bdcaad color RGB value is (189,202,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10101101
Octal 275 312 255
Decimal 189 202 173
Hex BD CA AD

RGB Percentages of Color #bdcaad

%33.51
%35.82
%30.67

CMYK Percentages of Color #bdcaad

%6
%0
%14
%21

Triadic Colors of #bdcaad

#bdcaad #adbdca #caadbd

Analogous Colors of #bdcaad

#bdcaad #afcaad #cac9ad

Monochromatic Colors of #bdcaad

#bdcaad

Complementary Color

#bdcaad #baadca

#bdcaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcaad Color CSS Codes

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

#bdcaad Text Font Color

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

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


#bdcaad Background Color

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

This div background color is #bdcaad


#bdcaad Border Color

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

This div border color is #bdcaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcaad


Comments

No comments written yet.

Please login to write comment.