Color Hex Logo

#bdcab5 Color Hex

#BDCAB5
(189,202,181)
0 Favorites   0 Comments

Color spaces of #bdcab5

RGB 189202181
HSL0.270.170.75
HSV97°10°79°
CMYK 0.060.000.10   0.21
XYZ50.447356.396151.9427
Yxy56.39610.31770.3552
Hunter Lab75.0973-11.511411.5589
CIE-Lab79.8387-8.27068.9659

#bdcab5 color RGB value is (189,202,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10110101
Octal 275 312 265
Decimal 189 202 181
Hex BD CA B5

RGB Percentages of Color #bdcab5

%33.04
%35.31
%31.64

CMYK Percentages of Color #bdcab5

%6
%0
%10
%21

Triadic Colors of #bdcab5

#bdcab5 #b5bdca #cab5bd

Analogous Colors of #bdcab5

#bdcab5 #b5cab8 #c8cab5

Monochromatic Colors of #bdcab5

#bdcab5

Complementary Color

#bdcab5 #c2b5ca

#bdcab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcab5 Color CSS Codes

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

#bdcab5 Text Font Color

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

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


#bdcab5 Background Color

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

This div background color is #bdcab5


#bdcab5 Border Color

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

This div border color is #bdcab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcab5

#bdcab5 Color Palettes


Comments

No comments written yet.

Please login to write comment.