Color Hex Logo

#c5afde Color Hex

#C5AFDE
(197,175,222)
0 Favorites   0 Comments

Color spaces of #c5afde

RGB 197175222
HSL0.740.420.78
HSV268°21°87°
CMYK 0.110.210.00   0.13
XYZ51.540747.804275.6179
Yxy47.80420.29460.2732
Hunter Lab69.140612.0664-16.4461
CIE-Lab74.701316.7775-20.7319

#c5afde color RGB value is (197,175,222).

#c5afde hex color red value is 197, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c5afde hue: 0.74 , saturation: 0.42 and the lightness value of c5afde is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101111 11011110
Octal 305 257 336
Decimal 197 175 222
Hex C5 AF DE

RGB Percentages of Color #c5afde

%33.16
%29.46
%37.37

CMYK Percentages of Color #c5afde

%11
%21
%0
%13

Triadic Colors of #c5afde

#c5afde #dec5af #afdec5

Analogous Colors of #c5afde

#c5afde #ddafde #afb1de

Monochromatic Colors of #c5afde

#c5afde

Complementary Color

#c5afde #c8deaf

#c5afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5afde Color CSS Codes

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

#c5afde Text Font Color

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

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


#c5afde Background Color

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

This div background color is #c5afde


#c5afde Border Color

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

This div border color is #c5afde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,175,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5afde


Comments

No comments written yet.

Please login to write comment.