Color Hex Logo

#c6adff Color Hex

#C6ADFF
(198,173,255)
0 Favorites   0 Comments

Color spaces of #c6adff

RGB 198173255
HSL0.721.000.84
HSV258°32°100°
CMYK 0.220.320.00   0.00
XYZ56.282349.1129101.1211
Yxy49.11290.27250.2378
Hunter Lab70.080620.7138-36.4947
CIE-Lab75.521525.3804-37.3342

#c6adff color RGB value is (198,173,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101101 11111111
Octal 306 255 377
Decimal 198 173 255
Hex C6 AD FF

RGB Percentages of Color #c6adff

%31.63
%27.64
%40.73

CMYK Percentages of Color #c6adff

%22
%32
%0
%0

Triadic Colors of #c6adff

#c6adff #ffc6ad #adffc6

Analogous Colors of #c6adff

#c6adff #efadff #adbdff

Monochromatic Colors of #c6adff

#c6adff

Complementary Color

#c6adff #e6ffad

#c6adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6adff Color CSS Codes

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

#c6adff Text Font Color

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

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


#c6adff Background Color

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

This div background color is #c6adff


#c6adff Border Color

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

This div border color is #c6adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6adff

#c6adff Color Palettes


Comments

No comments written yet.

Please login to write comment.