Color Hex Logo

#bdcca5 Color Hex

#BDCCA5
(189,204,165)
0 Favorites   0 Comments

Color spaces of #bdcca5

RGB 189204165
HSL0.230.280.72
HSV83°19°80°
CMYK 0.070.000.19   0.20
XYZ49.370756.721243.9435
Yxy56.72120.32910.3781
Hunter Lab75.3135-14.785418.1252
CIE-Lab80.0225-11.963417.7559

#bdcca5 color RGB value is (189,204,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10100101
Octal 275 314 245
Decimal 189 204 165
Hex BD CC A5

RGB Percentages of Color #bdcca5

%33.87
%36.56
%29.57

CMYK Percentages of Color #bdcca5

%7
%0
%19
%20

Triadic Colors of #bdcca5

#bdcca5 #a5bdcc #cca5bd

Analogous Colors of #bdcca5

#bdcca5 #aacca5 #ccc8a5

Monochromatic Colors of #bdcca5

#bdcca5

Complementary Color

#bdcca5 #b4a5cc

#bdcca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcca5 Color CSS Codes

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

#bdcca5 Text Font Color

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

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


#bdcca5 Background Color

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

This div background color is #bdcca5


#bdcca5 Border Color

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

This div border color is #bdcca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcca5


Comments

No comments written yet.

Please login to write comment.