Color Hex Logo

#c6afbc Color Hex

#C6AFBC
(198,175,188)
0 Favorites   0 Comments

Color spaces of #c6afbc

RGB 198175188
HSL0.910.170.73
HSV326°12°78°
CMYK 0.000.120.05   0.22
XYZ47.695846.296653.9992
Yxy46.29660.32230.3128
Hunter Lab68.04166.05210.5754
CIE-Lab73.737610.5294-3.5891

#c6afbc color RGB value is (198,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101111 10111100
Octal 306 257 274
Decimal 198 175 188
Hex C6 AF BC

RGB Percentages of Color #c6afbc

%35.29
%31.19
%33.51

CMYK Percentages of Color #c6afbc

%0
%12
%5
%22

Triadic Colors of #c6afbc

#c6afbc #bcc6af #afbcc6

Analogous Colors of #c6afbc

#c6afbc #c6afb1 #c5afc6

Monochromatic Colors of #c6afbc

#c6afbc

Complementary Color

#c6afbc #afc6b9

#c6afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6afbc Color CSS Codes

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

#c6afbc Text Font Color

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

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


#c6afbc Background Color

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

This div background color is #c6afbc


#c6afbc Border Color

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

This div border color is #c6afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6afbc


Comments

No comments written yet.

Please login to write comment.