Color Hex Logo

#c8addd Color Hex

#C8ADDD
(200,173,221)
0 Favorites   0 Comments

Color spaces of #c8addd

RGB 200173221
HSL0.760.410.77
HSV274°22°87°
CMYK 0.100.220.00   0.13
XYZ51.814147.387074.8223
Yxy47.38700.29770.2723
Hunter Lab68.838213.8890-16.2573
CIE-Lab74.436618.6378-20.5649

#c8addd color RGB value is (200,173,221).

#c8addd hex color red value is 200, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c8addd hue: 0.76 , saturation: 0.41 and the lightness value of c8addd is 0.77.

The process color (four color CMYK) of #c8addd color hex is 0.10, 0.22, 0.00, 0.13. Web safe color of #c8addd is #cc99cc. Color #c8addd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101101 11011101
Octal 310 255 335
Decimal 200 173 221
Hex C8 AD DD

RGB Percentages of Color #c8addd

%33.67
%29.12
%37.21

CMYK Percentages of Color #c8addd

%10
%22
%0
%13

Triadic Colors of #c8addd

#c8addd #ddc8ad #adddc8

Analogous Colors of #c8addd

#c8addd #ddadda #b0addd

Monochromatic Colors of #c8addd

#c8addd

Complementary Color

#c8addd #c2ddad

#c8addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8addd Color CSS Codes

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

#c8addd Text Font Color

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

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


#c8addd Background Color

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

This div background color is #c8addd


#c8addd Border Color

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

This div border color is #c8addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8addd


Comments

No comments written yet.

Please login to write comment.