Color Hex Logo

#c7adbc Color Hex

#C7ADBC
(199,173,188)
0 Favorites   0 Comments

Color spaces of #c7adbc

RGB 199173188
HSL0.900.190.73
HSV325°13°78°
CMYK 0.000.130.06   0.22
XYZ47.573945.660153.8828
Yxy45.66010.32340.3104
Hunter Lab67.57237.42060.0221
CIE-Lab73.324411.9714-4.1876

#c7adbc color RGB value is (199,173,188).

#c7adbc hex color red value is 199, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c7adbc hue: 0.90 , saturation: 0.19 and the lightness value of c7adbc is 0.73.

The process color (four color CMYK) of #c7adbc color hex is 0.00, 0.13, 0.06, 0.22. Web safe color of #c7adbc is #cc99cc. Color #c7adbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101101 10111100
Octal 307 255 274
Decimal 199 173 188
Hex C7 AD BC

RGB Percentages of Color #c7adbc

%35.54
%30.89
%33.57

CMYK Percentages of Color #c7adbc

%0
%13
%6
%22

Triadic Colors of #c7adbc

#c7adbc #bcc7ad #adbcc7

Analogous Colors of #c7adbc

#c7adbc #c7adaf #c5adc7

Monochromatic Colors of #c7adbc

#c7adbc

Complementary Color

#c7adbc #adc7b8

#c7adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7adbc Color CSS Codes

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

#c7adbc Text Font Color

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

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


#c7adbc Background Color

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

This div background color is #c7adbc


#c7adbc Border Color

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

This div border color is #c7adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7adbc


Comments

No comments written yet.

Please login to write comment.