Color Hex Logo

#c2afcb Color Hex

#C2AFCB
(194,175,203)
0 Favorites   0 Comments

Color spaces of #c2afcb

RGB 194175203
HSL0.780.210.74
HSV281°14°80°
CMYK 0.040.140.00   0.20
XYZ48.357646.441162.9152
Yxy46.44110.30660.2945
Hunter Lab68.14777.4051-7.0342
CIE-Lab73.830811.9566-11.7014

#c2afcb color RGB value is (194,175,203).

#c2afcb hex color red value is 194, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c2afcb hue: 0.78 , saturation: 0.21 and the lightness value of c2afcb is 0.74.

The process color (four color CMYK) of #c2afcb color hex is 0.04, 0.14, 0.00, 0.20. Web safe color of #c2afcb is #cc99cc. Color #c2afcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101111 11001011
Octal 302 257 313
Decimal 194 175 203
Hex C2 AF CB

RGB Percentages of Color #c2afcb

%33.92
%30.59
%35.49

CMYK Percentages of Color #c2afcb

%4
%14
%0
%20

Triadic Colors of #c2afcb

#c2afcb #cbc2af #afcbc2

Analogous Colors of #c2afcb

#c2afcb #cbafc6 #b4afcb

Monochromatic Colors of #c2afcb

#c2afcb

Complementary Color

#c2afcb #b8cbaf

#c2afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2afcb Color CSS Codes

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

#c2afcb Text Font Color

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

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


#c2afcb Background Color

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

This div background color is #c2afcb


#c2afcb Border Color

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

This div border color is #c2afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2afcb


Comments

No comments written yet.

Please login to write comment.