Color Hex Logo

#c6adfa Color Hex

#C6ADFA
(198,173,250)
0 Favorites   0 Comments

Color spaces of #c6adfa

RGB 198173250
HSL0.720.890.83
HSV259°31°98°
CMYK 0.210.310.00   0.02
XYZ55.487648.795096.9364
Yxy48.79500.27580.2425
Hunter Lab69.853419.5468-33.3800
CIE-Lab75.323624.2478-34.9457

#c6adfa color RGB value is (198,173,250).

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

The process color (four color CMYK) of #c6adfa color hex is 0.21, 0.31, 0.00, 0.02. Web safe color of #c6adfa is #cc99ff. Color #c6adfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101101 11111010
Octal 306 255 372
Decimal 198 173 250
Hex C6 AD FA

RGB Percentages of Color #c6adfa

%31.88
%27.86
%40.26

CMYK Percentages of Color #c6adfa

%21
%31
%0
%2

Triadic Colors of #c6adfa

#c6adfa #fac6ad #adfac6

Analogous Colors of #c6adfa

#c6adfa #edadfa #adbbfa

Monochromatic Colors of #c6adfa

#c6adfa

Complementary Color

#c6adfa #e1faad

#c6adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6adfa Color CSS Codes

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

#c6adfa Text Font Color

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

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


#c6adfa Background Color

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

This div background color is #c6adfa


#c6adfa Border Color

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

This div border color is #c6adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6adfa


Comments

No comments written yet.

Please login to write comment.