Color Hex Logo

#c8adbc Color Hex

#C8ADBC
(200,173,188)
0 Favorites   0 Comments

Color spaces of #c8adbc

RGB 200173188
HSL0.910.200.73
HSV327°14°78°
CMYK 0.000.140.06   0.22
XYZ47.840145.797353.8953
Yxy45.79730.32430.3104
Hunter Lab67.67377.75680.1531
CIE-Lab73.413812.3252-4.0457

#c8adbc color RGB value is (200,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101101 10111100
Octal 310 255 274
Decimal 200 173 188
Hex C8 AD BC

RGB Percentages of Color #c8adbc

%35.65
%30.84
%33.51

CMYK Percentages of Color #c8adbc

%0
%14
%6
%22

Triadic Colors of #c8adbc

#c8adbc #bcc8ad #adbcc8

Analogous Colors of #c8adbc

#c8adbc #c8adaf #c7adc8

Monochromatic Colors of #c8adbc

#c8adbc

Complementary Color

#c8adbc #adc8b9

#c8adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8adbc Color CSS Codes

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

#c8adbc Text Font Color

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

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


#c8adbc Background Color

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

This div background color is #c8adbc


#c8adbc Border Color

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

This div border color is #c8adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8adbc


Comments

No comments written yet.

Please login to write comment.