Color Hex Logo

#c7adbe Color Hex

#C7ADBE
(199,173,190)
0 Favorites   0 Comments

Color spaces of #c7adbe

RGB 199173190
HSL0.890.190.73
HSV321°13°78°
CMYK 0.000.130.05   0.22
XYZ47.791045.747055.0264
Yxy45.74700.32170.3079
Hunter Lab67.63657.7616-0.8904
CIE-Lab73.381112.3303-5.2013

#c7adbe color RGB value is (199,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101101 10111110
Octal 307 255 276
Decimal 199 173 190
Hex C7 AD BE

RGB Percentages of Color #c7adbe

%35.41
%30.78
%33.81

CMYK Percentages of Color #c7adbe

%0
%13
%5
%22

Triadic Colors of #c7adbe

#c7adbe #bec7ad #adbec7

Analogous Colors of #c7adbe

#c7adbe #c7adb1 #c3adc7

Monochromatic Colors of #c7adbe

#c7adbe

Complementary Color

#c7adbe #adc7b6

#c7adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7adbe Color CSS Codes

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

#c7adbe Text Font Color

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

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


#c7adbe Background Color

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

This div background color is #c7adbe


#c7adbe Border Color

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

This div border color is #c7adbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,173,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7adbe


Comments

No comments written yet.

Please login to write comment.