Color Hex Logo

#c6afbd Color Hex

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

Color spaces of #c6afbd

RGB 198175189
HSL0.900.170.73
HSV323°12°78°
CMYK 0.000.120.05   0.22
XYZ47.804046.339854.5691
Yxy46.33980.32150.3116
Hunter Lab68.07336.22200.1232
CIE-Lab73.765510.7093-4.0960

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

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

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

Base Numbers

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

RGB Percentages of Color #c6afbd

%35.23
%31.14
%33.63

CMYK Percentages of Color #c6afbd

%0
%12
%5
%22

Triadic Colors of #c6afbd

#c6afbd #bdc6af #afbdc6

Analogous Colors of #c6afbd

#c6afbd #c6afb2 #c4afc6

Monochromatic Colors of #c6afbd

#c6afbd

Complementary Color

#c6afbd #afc6b8

#c6afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6afbd Color CSS Codes

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

#c6afbd Text Font Color

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

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


#c6afbd Background Color

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

This div background color is #c6afbd


#c6afbd Border Color

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

This div border color is #c6afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6afbd


Comments

No comments written yet.

Please login to write comment.