Color Hex Logo

#c1adbc Color Hex

#C1ADBC
(193,173,188)
0 Favorites   0 Comments

Color spaces of #c1adbc

RGB 193173188
HSL0.880.140.72
HSV315°10°76°
CMYK 0.000.100.03   0.24
XYZ46.013044.855453.8098
Yxy44.85540.31800.3100
Hunter Lab66.97425.4293-0.7541
CIE-Lab72.79669.8565-5.0262

#c1adbc color RGB value is (193,173,188).

#c1adbc hex color red value is 193, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c1adbc hue: 0.88 , saturation: 0.14 and the lightness value of c1adbc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101101 10111100
Octal 301 255 274
Decimal 193 173 188
Hex C1 AD BC

RGB Percentages of Color #c1adbc

%34.84
%31.23
%33.94

CMYK Percentages of Color #c1adbc

%0
%10
%3
%24

Triadic Colors of #c1adbc

#c1adbc #bcc1ad #adbcc1

Analogous Colors of #c1adbc

#c1adbc #c1adb2 #bcadc1

Monochromatic Colors of #c1adbc

#c1adbc

Complementary Color

#c1adbc #adc1b2

#c1adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1adbc Color CSS Codes

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

#c1adbc Text Font Color

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

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


#c1adbc Background Color

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

This div background color is #c1adbc


#c1adbc Border Color

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

This div border color is #c1adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1adbc


Comments

No comments written yet.

Please login to write comment.