Color Hex Logo

#c3addd Color Hex

#C3ADDD
(195,173,221)
0 Favorites   0 Comments

Color spaces of #c3addd

RGB 195173221
HSL0.740.410.77
HSV268°22°87°
CMYK 0.120.220.00   0.13
XYZ50.500446.709774.7608
Yxy46.70970.29370.2716
Hunter Lab68.344512.2925-17.0151
CIE-Lab74.003717.0224-21.2629

#c3addd color RGB value is (195,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101101 11011101
Octal 303 255 335
Decimal 195 173 221
Hex C3 AD DD

RGB Percentages of Color #c3addd

%33.11
%29.37
%37.52

CMYK Percentages of Color #c3addd

%12
%22
%0
%13

Triadic Colors of #c3addd

#c3addd #ddc3ad #adddc3

Analogous Colors of #c3addd

#c3addd #dbaddd #adafdd

Monochromatic Colors of #c3addd

#c3addd

Complementary Color

#c3addd #c7ddad

#c3addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3addd Color CSS Codes

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

#c3addd Text Font Color

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

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


#c3addd Background Color

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

This div background color is #c3addd


#c3addd Border Color

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

This div border color is #c3addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3addd


Comments

No comments written yet.

Please login to write comment.