Color Hex Logo

#bdcca2 Color Hex

#BDCCA2
(189,204,162)
0 Favorites   0 Comments

Color spaces of #bdcca2

RGB 189204162
HSL0.230.290.72
HSV81°21°80°
CMYK 0.070.000.21   0.20
XYZ49.100756.613242.5220
Yxy56.61320.33120.3819
Hunter Lab75.2417-15.188819.1622
CIE-Lab79.9615-12.434619.2620

#bdcca2 color RGB value is (189,204,162).

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

The process color (four color CMYK) of #bdcca2 color hex is 0.07, 0.00, 0.21, 0.20. Web safe color of #bdcca2 is #cccc99. Color #bdcca2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10100010
Octal 275 314 242
Decimal 189 204 162
Hex BD CC A2

RGB Percentages of Color #bdcca2

%34.05
%36.76
%29.19

CMYK Percentages of Color #bdcca2

%7
%0
%21
%20

Triadic Colors of #bdcca2

#bdcca2 #a2bdcc #cca2bd

Analogous Colors of #bdcca2

#bdcca2 #a8cca2 #ccc6a2

Monochromatic Colors of #bdcca2

#bdcca2

Complementary Color

#bdcca2 #b1a2cc

#bdcca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcca2 Color CSS Codes

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

#bdcca2 Text Font Color

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

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


#bdcca2 Background Color

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

This div background color is #bdcca2


#bdcca2 Border Color

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

This div border color is #bdcca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcca2


Comments

No comments written yet.

Please login to write comment.