Color Hex Logo

#c2adbc Color Hex

#C2ADBC
(194,173,188)
0 Favorites   0 Comments

Color spaces of #c2adbc

RGB 194173188
HSL0.880.150.72
HSV317°11°76°
CMYK 0.000.110.03   0.24
XYZ46.268844.987353.8217
Yxy44.98730.31890.3101
Hunter Lab67.07265.7580-0.6259
CIE-Lab72.883510.2079-4.8879

#c2adbc color RGB value is (194,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101101 10111100
Octal 302 255 274
Decimal 194 173 188
Hex C2 AD BC

RGB Percentages of Color #c2adbc

%34.95
%31.17
%33.87

CMYK Percentages of Color #c2adbc

%0
%11
%3
%24

Triadic Colors of #c2adbc

#c2adbc #bcc2ad #adbcc2

Analogous Colors of #c2adbc

#c2adbc #c2adb2 #beadc2

Monochromatic Colors of #c2adbc

#c2adbc

Complementary Color

#c2adbc #adc2b3

#c2adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2adbc Color CSS Codes

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

#c2adbc Text Font Color

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

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


#c2adbc Background Color

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

This div background color is #c2adbc


#c2adbc Border Color

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

This div border color is #c2adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2adbc


Comments

No comments written yet.

Please login to write comment.