Color Hex Logo

#c5adff Color Hex

#C5ADFF
(197,173,255)
0 Favorites   0 Comments

Color spaces of #c5adff

RGB 197173255
HSL0.721.000.84
HSV258°32°100°
CMYK 0.230.320.00   0.00
XYZ56.019548.9775101.1088
Yxy48.97750.27180.2376
Hunter Lab69.983920.4107-36.6701
CIE-Lab75.437325.0887-37.4715

#c5adff color RGB value is (197,173,255).

#c5adff hex color red value is 197, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c5adff hue: 0.72 , saturation: 1.00 and the lightness value of c5adff is 0.84.

The process color (four color CMYK) of #c5adff color hex is 0.23, 0.32, 0.00, 0.00. Web safe color of #c5adff is #cc99ff. Color #c5adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101101 11111111
Octal 305 255 377
Decimal 197 173 255
Hex C5 AD FF

RGB Percentages of Color #c5adff

%31.52
%27.68
%40.80

CMYK Percentages of Color #c5adff

%23
%32
%0
%0

Triadic Colors of #c5adff

#c5adff #ffc5ad #adffc5

Analogous Colors of #c5adff

#c5adff #eeadff #adbeff

Monochromatic Colors of #c5adff

#c5adff

Complementary Color

#c5adff #e7ffad

#c5adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5adff Color CSS Codes

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

#c5adff Text Font Color

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

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


#c5adff Background Color

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

This div background color is #c5adff


#c5adff Border Color

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

This div border color is #c5adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5adff

#c5adff Color Palettes


Comments

No comments written yet.

Please login to write comment.