Color Hex Logo

#bccaad Color Hex

#BCCAAD
(188,202,173)
0 Favorites   0 Comments

Color spaces of #bccaad

RGB 188202173
HSL0.250.210.74
HSV89°14°79°
CMYK 0.070.000.14   0.21
XYZ49.402455.949647.7307
Yxy55.94960.32270.3655
Hunter Lab74.7995-13.006114.5258
CIE-Lab79.5851-9.992112.8723

#bccaad color RGB value is (188,202,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 10101101
Octal 274 312 255
Decimal 188 202 173
Hex BC CA AD

RGB Percentages of Color #bccaad

%33.39
%35.88
%30.73

CMYK Percentages of Color #bccaad

%7
%0
%14
%21

Triadic Colors of #bccaad

#bccaad #adbcca #caadbc

Analogous Colors of #bccaad

#bccaad #aecaad #cacaad

Monochromatic Colors of #bccaad

#bccaad

Complementary Color

#bccaad #bbadca

#bccaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccaad Color CSS Codes

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

#bccaad Text Font Color

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

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


#bccaad Background Color

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

This div background color is #bccaad


#bccaad Border Color

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

This div border color is #bccaad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,202,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 #bccaad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccaad


Comments

No comments written yet.

Please login to write comment.