color codes Logo

#bccdad color codes

#BCCDAD
(188,205,173)
0 Favorites   0 Comments

Color spaces of #bccdad

RGB 188205173
HSL0.260.240.74
HSV92°16°80°
CMYK 0.080.000.16   0.20
XYZ50.113257.371147.9677
Yxy57.37110.32240.3691
Hunter Lab75.7437-14.453215.4729
CIE-Lab80.3879-11.533314.0053

#bccdad color RGB value is (188,205,173).

#bccdad hex color red value is 188, green value is 205 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bccdad hue: 0.26 , saturation: 0.24 and the lightness value of bccdad is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 10101101
Octal 274 315 255
Decimal 188 205 173
Hex BC CD AD

RGB Percentages of Color #bccdad

%33.22
%36.22
%30.57

CMYK Percentages of Color #bccdad

%8
%0
%16
%20

Triadic Colors of #bccdad

#bccdad #adbccd #cdadbc

Analogous Colors of #bccdad

#bccdad #adcdae #cccdad

Monochromatic Colors of #bccdad

#bccdad

Complementary Color

#bccdad #beadcd

#bccdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdad Color CSS Codes

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

#bccdad Text Font Color

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

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


#bccdad Background Color

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

This div background color is #bccdad


#bccdad Border Color

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

This div border color is #bccdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdad


Comments

No comments written yet.

Please login to write comment.