Color Hex Logo

#bdcab6 Color Hex

#BDCAB6
(189,202,182)
0 Favorites   0 Comments

Color spaces of #bdcab6

RGB 189202182
HSL0.280.160.75
HSV99°10°79°
CMYK 0.060.000.10   0.21
XYZ50.550356.437352.4852
Yxy56.43730.31700.3539
Hunter Lab75.1248-11.358411.1649
CIE-Lab79.8621-8.09588.4639

#bdcab6 color RGB value is (189,202,182).

#bdcab6 hex color red value is 189, green value is 202 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #bdcab6 hue: 0.28 , saturation: 0.16 and the lightness value of bdcab6 is 0.75.

The process color (four color CMYK) of #bdcab6 color hex is 0.06, 0.00, 0.10, 0.21. Web safe color of #bdcab6 is #cccccc. Color #bdcab6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10110110
Octal 275 312 266
Decimal 189 202 182
Hex BD CA B6

RGB Percentages of Color #bdcab6

%32.98
%35.25
%31.76

CMYK Percentages of Color #bdcab6

%6
%0
%10
%21

Triadic Colors of #bdcab6

#bdcab6 #b6bdca #cab6bd

Analogous Colors of #bdcab6

#bdcab6 #b6cab9 #c7cab6

Monochromatic Colors of #bdcab6

#bdcab6

Complementary Color

#bdcab6 #c3b6ca

#bdcab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcab6 Color CSS Codes

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

#bdcab6 Text Font Color

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

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


#bdcab6 Background Color

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

This div background color is #bdcab6


#bdcab6 Border Color

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

This div border color is #bdcab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcab6


Comments

No comments written yet.

Please login to write comment.