Color Hex Logo

#c6bdaf Color Hex

#C6BDAF
(198,189,175)
0 Favorites   0 Comments

Color spaces of #c6bdaf

RGB 198189175
HSL0.100.170.73
HSV37°12°78°
CMYK 0.000.050.12   0.22
XYZ49.224251.496147.9028
Yxy51.49610.33120.3465
Hunter Lab71.7608-3.139610.6544
CIE-Lab76.97850.75928.1958

#c6bdaf color RGB value is (198,189,175).

#c6bdaf hex color red value is 198, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c6bdaf hue: 0.10 , saturation: 0.17 and the lightness value of c6bdaf is 0.73.

The process color (four color CMYK) of #c6bdaf color hex is 0.00, 0.05, 0.12, 0.22. Web safe color of #c6bdaf is #cccc99. Color #c6bdaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111101 10101111
Octal 306 275 257
Decimal 198 189 175
Hex C6 BD AF

RGB Percentages of Color #c6bdaf

%35.23
%33.63
%31.14

CMYK Percentages of Color #c6bdaf

%0
%5
%12
%22

Triadic Colors of #c6bdaf

#c6bdaf #afc6bd #bdafc6

Analogous Colors of #c6bdaf

#c6bdaf #c4c6af #c6b2af

Monochromatic Colors of #c6bdaf

#c6bdaf

Complementary Color

#c6bdaf #afb8c6

#c6bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bdaf Color CSS Codes

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

#c6bdaf Text Font Color

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

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


#c6bdaf Background Color

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

This div background color is #c6bdaf


#c6bdaf Border Color

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

This div border color is #c6bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bdaf


Comments

No comments written yet.

Please login to write comment.