Color Hex Logo

#c8adbf Color Hex

#C8ADBF
(200,173,191)
0 Favorites   0 Comments

Color spaces of #c8adbf

RGB 200173191
HSL0.890.200.73
HSV320°14°78°
CMYK 0.000.140.05   0.22
XYZ48.167045.928155.6165
Yxy45.92810.32170.3068
Hunter Lab67.77038.2690-1.2179
CIE-Lab73.498912.8625-5.5656

#c8adbf color RGB value is (200,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101101 10111111
Octal 310 255 277
Decimal 200 173 191
Hex C8 AD BF

RGB Percentages of Color #c8adbf

%35.46
%30.67
%33.87

CMYK Percentages of Color #c8adbf

%0
%14
%5
%22

Triadic Colors of #c8adbf

#c8adbf #bfc8ad #adbfc8

Analogous Colors of #c8adbf

#c8adbf #c8adb2 #c4adc8

Monochromatic Colors of #c8adbf

#c8adbf

Complementary Color

#c8adbf #adc8b6

#c8adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8adbf Color CSS Codes

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

#c8adbf Text Font Color

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

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


#c8adbf Background Color

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

This div background color is #c8adbf


#c8adbf Border Color

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

This div border color is #c8adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8adbf


Comments

No comments written yet.

Please login to write comment.