Color Hex Logo

#c0addc Color Hex

#C0ADDC
(192,173,220)
0 Favorites   0 Comments

Color spaces of #c0addc

RGB 192173220
HSL0.730.400.77
HSV264°21°86°
CMYK 0.130.210.00   0.14
XYZ49.600146.260974.0252
Yxy46.26090.29200.2723
Hunter Lab68.015411.1440-16.9181
CIE-Lab73.714515.8479-21.1809

#c0addc color RGB value is (192,173,220).

#c0addc hex color red value is 192, green value is 173 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c0addc hue: 0.73 , saturation: 0.40 and the lightness value of c0addc is 0.77.

The process color (four color CMYK) of #c0addc color hex is 0.13, 0.21, 0.00, 0.14. Web safe color of #c0addc is #cc99cc. Color #c0addc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101101 11011100
Octal 300 255 334
Decimal 192 173 220
Hex C0 AD DC

RGB Percentages of Color #c0addc

%32.82
%29.57
%37.61

CMYK Percentages of Color #c0addc

%13
%21
%0
%14

Triadic Colors of #c0addc

#c0addc #dcc0ad #addcc0

Analogous Colors of #c0addc

#c0addc #d8addc #adb2dc

Monochromatic Colors of #c0addc

#c0addc

Complementary Color

#c0addc #c9dcad

#c0addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0addc Color CSS Codes

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

#c0addc Text Font Color

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

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


#c0addc Background Color

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

This div background color is #c0addc


#c0addc Border Color

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

This div border color is #c0addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0addc


Comments

No comments written yet.

Please login to write comment.