Color Hex Logo

#bccda3 Color Hex

#BCCDA3
(188,205,163)
0 Favorites   0 Comments

Color spaces of #bccda3

RGB 188205163
HSL0.230.300.72
HSV84°20°80°
CMYK 0.080.000.20   0.20
XYZ49.181256.998443.0600
Yxy56.99840.32950.3819
Hunter Lab75.4973-15.840019.0320
CIE-Lab80.1787-13.151419.0224

#bccda3 color RGB value is (188,205,163).

#bccda3 hex color red value is 188, green value is 205 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #bccda3 hue: 0.23 , saturation: 0.30 and the lightness value of bccda3 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 10100011
Octal 274 315 243
Decimal 188 205 163
Hex BC CD A3

RGB Percentages of Color #bccda3

%33.81
%36.87
%29.32

CMYK Percentages of Color #bccda3

%8
%0
%20
%20

Triadic Colors of #bccda3

#bccda3 #a3bccd #cda3bc

Analogous Colors of #bccda3

#bccda3 #a7cda3 #cdc9a3

Monochromatic Colors of #bccda3

#bccda3

Complementary Color

#bccda3 #b4a3cd

#bccda3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccda3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccda3 Color CSS Codes

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

#bccda3 Text Font Color

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

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


#bccda3 Background Color

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

This div background color is #bccda3


#bccda3 Border Color

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

This div border color is #bccda3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,205,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bccda3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bccda3;
  -webkit-box-shadow: 1px 1px 3px 2px #bccda3;
  box-shadow:         1px 1px 3px 2px #bccda3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,205,163, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccda3


Comments

No comments written yet.

Please login to write comment.