Color Hex Logo

#c7adbd Color Hex

#C7ADBD
(199,173,189)
0 Favorites   0 Comments

Color spaces of #c7adbd

RGB 199173189
HSL0.900.190.73
HSV323°13°78°
CMYK 0.000.130.05   0.22
XYZ47.682145.703454.4526
Yxy45.70340.32250.3091
Hunter Lab67.60437.5906-0.4328
CIE-Lab73.352712.1505-4.6946

#c7adbd color RGB value is (199,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101101 10111101
Octal 307 255 275
Decimal 199 173 189
Hex C7 AD BD

RGB Percentages of Color #c7adbd

%35.47
%30.84
%33.69

CMYK Percentages of Color #c7adbd

%0
%13
%5
%22

Triadic Colors of #c7adbd

#c7adbd #bdc7ad #adbdc7

Analogous Colors of #c7adbd

#c7adbd #c7adb0 #c4adc7

Monochromatic Colors of #c7adbd

#c7adbd

Complementary Color

#c7adbd #adc7b7

#c7adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7adbd Color CSS Codes

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

#c7adbd Text Font Color

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

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


#c7adbd Background Color

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

This div background color is #c7adbd


#c7adbd Border Color

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

This div border color is #c7adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7adbd


Comments

No comments written yet.

Please login to write comment.