Color Hex Logo

#c1afba Color Hex

#C1AFBA
(193,175,186)
0 Favorites   0 Comments

Color spaces of #c1afba

RGB 193175186
HSL0.900.130.72
HSV323°76°
CMYK 0.000.090.04   0.24
XYZ46.185245.542652.8107
Yxy45.54260.31950.3151
Hunter Lab67.48534.06170.8422
CIE-Lab73.24778.4010-3.2636

#c1afba color RGB value is (193,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101111 10111010
Octal 301 257 272
Decimal 193 175 186
Hex C1 AF BA

RGB Percentages of Color #c1afba

%34.84
%31.59
%33.57

CMYK Percentages of Color #c1afba

%0
%9
%4
%24

Triadic Colors of #c1afba

#c1afba #bac1af #afbac1

Analogous Colors of #c1afba

#c1afba #c1afb1 #bfafc1

Monochromatic Colors of #c1afba

#c1afba

Complementary Color

#c1afba #afc1b6

#c1afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1afba Color CSS Codes

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

#c1afba Text Font Color

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

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


#c1afba Background Color

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

This div background color is #c1afba


#c1afba Border Color

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

This div border color is #c1afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1afba


Comments

No comments written yet.

Please login to write comment.