Color Hex Logo

#c2afbe Color Hex

#C2AFBE
(194,175,190)
0 Favorites   0 Comments

Color spaces of #c2afbe

RGB 194175190
HSL0.870.130.72
HSV313°10°76°
CMYK 0.000.100.02   0.24
XYZ46.872445.847055.0941
Yxy45.84700.31710.3102
Hunter Lab67.71045.0731-0.8454
CIE-Lab73.44619.4858-5.1544

#c2afbe color RGB value is (194,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101111 10111110
Octal 302 257 276
Decimal 194 175 190
Hex C2 AF BE

RGB Percentages of Color #c2afbe

%34.70
%31.31
%33.99

CMYK Percentages of Color #c2afbe

%0
%10
%2
%24

Triadic Colors of #c2afbe

#c2afbe #bec2af #afbec2

Analogous Colors of #c2afbe

#c2afbe #c2afb5 #bdafc2

Monochromatic Colors of #c2afbe

#c2afbe

Complementary Color

#c2afbe #afc2b3

#c2afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2afbe Color CSS Codes

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

#c2afbe Text Font Color

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

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


#c2afbe Background Color

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

This div background color is #c2afbe


#c2afbe Border Color

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

This div border color is #c2afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2afbe


Comments

No comments written yet.

Please login to write comment.