Color Hex Logo

#c5addc Color Hex

#C5ADDC
(197,173,220)
0 Favorites   0 Comments

Color spaces of #c5addc

RGB 197173220
HSL0.750.400.77
HSV271°21°86°
CMYK 0.100.210.00   0.14
XYZ50.887846.924874.0855
Yxy46.92480.29600.2730
Hunter Lab68.501712.7242-16.1718
CIE-Lab74.141617.4607-20.4922

#c5addc color RGB value is (197,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101101 11011100
Octal 305 255 334
Decimal 197 173 220
Hex C5 AD DC

RGB Percentages of Color #c5addc

%33.39
%29.32
%37.29

CMYK Percentages of Color #c5addc

%10
%21
%0
%14

Triadic Colors of #c5addc

#c5addc #dcc5ad #addcc5

Analogous Colors of #c5addc

#c5addc #dcaddc #aeaddc

Monochromatic Colors of #c5addc

#c5addc

Complementary Color

#c5addc #c4dcad

#c5addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5addc Color CSS Codes

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

#c5addc Text Font Color

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

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


#c5addc Background Color

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

This div background color is #c5addc


#c5addc Border Color

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

This div border color is #c5addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5addc


Comments

No comments written yet.

Please login to write comment.