Color Hex Logo

#c1afbd Color Hex

#C1AFBD
(193,175,189)
0 Favorites   0 Comments

Color spaces of #c1afbd

RGB 193175189
HSL0.870.130.72
HSV313°76°
CMYK 0.000.090.02   0.24
XYZ46.507645.671554.5084
Yxy45.67150.31710.3114
Hunter Lab67.58074.5737-0.5149
CIE-Lab73.33198.9509-4.7846

#c1afbd color RGB value is (193,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101111 10111101
Octal 301 257 275
Decimal 193 175 189
Hex C1 AF BD

RGB Percentages of Color #c1afbd

%34.65
%31.42
%33.93

CMYK Percentages of Color #c1afbd

%0
%9
%2
%24

Triadic Colors of #c1afbd

#c1afbd #bdc1af #afbdc1

Analogous Colors of #c1afbd

#c1afbd #c1afb4 #bcafc1

Monochromatic Colors of #c1afbd

#c1afbd

Complementary Color

#c1afbd #afc1b3

#c1afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1afbd Color CSS Codes

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

#c1afbd Text Font Color

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

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


#c1afbd Background Color

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

This div background color is #c1afbd


#c1afbd Border Color

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

This div border color is #c1afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1afbd


Comments

No comments written yet.

Please login to write comment.