Color Hex Logo

#c7adbf Color Hex

#C7ADBF
(199,173,191)
0 Favorites   0 Comments

Color spaces of #c7adbf

RGB 199173191
HSL0.880.190.73
HSV318°13°78°
CMYK 0.000.130.04   0.22
XYZ47.900745.790855.6041
Yxy45.79080.32080.3067
Hunter Lab67.66897.9340-1.3509
CIE-Lab73.409612.5113-5.7077

#c7adbf color RGB value is (199,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101101 10111111
Octal 307 255 277
Decimal 199 173 191
Hex C7 AD BF

RGB Percentages of Color #c7adbf

%35.35
%30.73
%33.93

CMYK Percentages of Color #c7adbf

%0
%13
%4
%22

Triadic Colors of #c7adbf

#c7adbf #bfc7ad #adbfc7

Analogous Colors of #c7adbf

#c7adbf #c7adb2 #c2adc7

Monochromatic Colors of #c7adbf

#c7adbf

Complementary Color

#c7adbf #adc7b5

#c7adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7adbf Color CSS Codes

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

#c7adbf Text Font Color

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

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


#c7adbf Background Color

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

This div background color is #c7adbf


#c7adbf Border Color

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

This div border color is #c7adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7adbf


Comments

No comments written yet.

Please login to write comment.