Color Hex Logo

#bdcaa7 Color Hex

#BDCAA7
(189,202,167)
1 Favorites   0 Comments

Color spaces of #bdcaa7

RGB 189202167
HSL0.230.250.72
HSV82°17°79°
CMYK 0.060.000.17   0.21
XYZ49.081855.849944.7524
Yxy55.84990.32790.3731
Hunter Lab74.7328-13.550016.8082
CIE-Lab79.5283-10.618716.0025

#bdcaa7 color RGB value is (189,202,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10100111
Octal 275 312 247
Decimal 189 202 167
Hex BD CA A7

RGB Percentages of Color #bdcaa7

%33.87
%36.20
%29.93

CMYK Percentages of Color #bdcaa7

%6
%0
%17
%21

Triadic Colors of #bdcaa7

#bdcaa7 #a7bdca #caa7bd

Analogous Colors of #bdcaa7

#bdcaa7 #accaa7 #cac6a7

Monochromatic Colors of #bdcaa7

#bdcaa7

Complementary Color

#bdcaa7 #b4a7ca

#bdcaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcaa7 Color CSS Codes

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

#bdcaa7 Text Font Color

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

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


#bdcaa7 Background Color

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

This div background color is #bdcaa7


#bdcaa7 Border Color

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

This div border color is #bdcaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcaa7

#bdcaa7 Color Palettes


Comments

No comments written yet.

Please login to write comment.