Color Hex Logo

#bdcab2 Color Hex

#BDCAB2
(189,202,178)
0 Favorites   0 Comments

Color spaces of #bdcab2

RGB 189202178
HSL0.260.180.75
HSV93°12°79°
CMYK 0.060.000.12   0.21
XYZ50.142756.274250.3387
Yxy56.27420.31990.3590
Hunter Lab75.0161-11.964312.7254
CIE-Lab79.7696-8.789210.4722

#bdcab2 color RGB value is (189,202,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10110010
Octal 275 312 262
Decimal 189 202 178
Hex BD CA B2

RGB Percentages of Color #bdcab2

%33.22
%35.50
%31.28

CMYK Percentages of Color #bdcab2

%6
%0
%12
%21

Triadic Colors of #bdcab2

#bdcab2 #b2bdca #cab2bd

Analogous Colors of #bdcab2

#bdcab2 #b2cab3 #c9cab2

Monochromatic Colors of #bdcab2

#bdcab2

Complementary Color

#bdcab2 #bfb2ca

#bdcab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcab2 Color CSS Codes

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

#bdcab2 Text Font Color

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

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


#bdcab2 Background Color

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

This div background color is #bdcab2


#bdcab2 Border Color

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

This div border color is #bdcab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcab2


Comments

No comments written yet.

Please login to write comment.