Color Hex Logo

#c2afbc Color Hex

#C2AFBC
(194,175,188)
0 Favorites   0 Comments

Color spaces of #c2afbc

RGB 194175188
HSL0.890.130.72
HSV319°10°76°
CMYK 0.000.100.03   0.24
XYZ46.655245.760153.9505
Yxy45.76010.31880.3126
Hunter Lab67.64624.72950.0663
CIE-Lab73.38969.1185-4.1415

#c2afbc color RGB value is (194,175,188).

#c2afbc hex color red value is 194, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c2afbc hue: 0.89 , saturation: 0.13 and the lightness value of c2afbc is 0.72.

The process color (four color CMYK) of #c2afbc color hex is 0.00, 0.10, 0.03, 0.24. Web safe color of #c2afbc is #cc99cc. Color #c2afbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101111 10111100
Octal 302 257 274
Decimal 194 175 188
Hex C2 AF BC

RGB Percentages of Color #c2afbc

%34.83
%31.42
%33.75

CMYK Percentages of Color #c2afbc

%0
%10
%3
%24

Triadic Colors of #c2afbc

#c2afbc #bcc2af #afbcc2

Analogous Colors of #c2afbc

#c2afbc #c2afb3 #bfafc2

Monochromatic Colors of #c2afbc

#c2afbc

Complementary Color

#c2afbc #afc2b5

#c2afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2afbc Color CSS Codes

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

#c2afbc Text Font Color

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

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


#c2afbc Background Color

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

This div background color is #c2afbc


#c2afbc Border Color

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

This div border color is #c2afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2afbc


Comments

No comments written yet.

Please login to write comment.