Color Hex Logo

#c6adfe Color Hex

#C6ADFE
(198,173,254)
0 Favorites   0 Comments

Color spaces of #c6adfe

RGB 198173254
HSL0.720.980.84
HSV259°32°100°
CMYK 0.220.320.00   0.00
XYZ56.121749.0487100.2753
Yxy49.04870.27320.2387
Hunter Lab70.034820.4784-35.8667
CIE-Lab75.481625.1526-36.8575

#c6adfe color RGB value is (198,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101101 11111110
Octal 306 255 376
Decimal 198 173 254
Hex C6 AD FE

RGB Percentages of Color #c6adfe

%31.68
%27.68
%40.64

CMYK Percentages of Color #c6adfe

%22
%32
%0
%0

Triadic Colors of #c6adfe

#c6adfe #fec6ad #adfec6

Analogous Colors of #c6adfe

#c6adfe #efadfe #adbdfe

Monochromatic Colors of #c6adfe

#c6adfe

Complementary Color

#c6adfe #e5fead

#c6adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6adfe Color CSS Codes

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

#c6adfe Text Font Color

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

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


#c6adfe Background Color

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

This div background color is #c6adfe


#c6adfe Border Color

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

This div border color is #c6adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6adfe

Related Colors


Comments

No comments written yet.

Please login to write comment.