Color Hex Logo

#bcadaf Color Hex

#BCADAF
(188,173,175)
0 Favorites   0 Comments

Color spaces of #bcadaf

RGB 188173175
HSL0.980.100.71
HSV352°74°
CMYK 0.000.080.07   0.26
XYZ43.420543.673746.6988
Yxy43.67370.32450.3264
Hunter Lab66.08611.62914.3638
CIE-Lab72.00995.73120.9143

#bcadaf color RGB value is (188,173,175).

#bcadaf hex color red value is 188, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bcadaf hue: 0.98 , saturation: 0.10 and the lightness value of bcadaf is 0.71.

The process color (four color CMYK) of #bcadaf color hex is 0.00, 0.08, 0.07, 0.26. Web safe color of #bcadaf is #cc9999. Color #bcadaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 10101111
Octal 274 255 257
Decimal 188 173 175
Hex BC AD AF

RGB Percentages of Color #bcadaf

%35.07
%32.28
%32.65

CMYK Percentages of Color #bcadaf

%0
%8
%7
%26

Triadic Colors of #bcadaf

#bcadaf #afbcad #adafbc

Analogous Colors of #bcadaf

#bcadaf #bcb3ad #bcadb7

Monochromatic Colors of #bcadaf

#bcadaf

Complementary Color

#bcadaf #adbcba

#bcadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadaf Color CSS Codes

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

#bcadaf Text Font Color

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

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


#bcadaf Background Color

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

This div background color is #bcadaf


#bcadaf Border Color

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

This div border color is #bcadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadaf


Comments

No comments written yet.

Please login to write comment.