Color Hex Logo

#c6cafa Color Hex

#C6CAFA
(198,202,250)
0 Favorites   0 Comments

Color spaces of #c6cafa

RGB 198202250
HSL0.650.840.88
HSV235°21°98°
CMYK 0.210.190.00   0.02
XYZ61.664661.149098.9953
Yxy61.14900.27800.2757
Hunter Lab78.19783.9139-20.3203
CIE-Lab82.45888.4571-23.9964

#c6cafa color RGB value is (198,202,250).

#c6cafa hex color red value is 198, green value is 202 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c6cafa hue: 0.65 , saturation: 0.84 and the lightness value of c6cafa is 0.88.

The process color (four color CMYK) of #c6cafa color hex is 0.21, 0.19, 0.00, 0.02. Web safe color of #c6cafa is #ccccff. Color #c6cafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001010 11111010
Octal 306 312 372
Decimal 198 202 250
Hex C6 CA FA

RGB Percentages of Color #c6cafa

%30.46
%31.08
%38.46

CMYK Percentages of Color #c6cafa

%21
%19
%0
%2

Triadic Colors of #c6cafa

#c6cafa #fac6ca #cafac6

Analogous Colors of #c6cafa

#c6cafa #dcc6fa #c6e4fa

Monochromatic Colors of #c6cafa

#c6cafa

Complementary Color

#c6cafa #faf6c6

#c6cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cafa Color CSS Codes

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

#c6cafa Text Font Color

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

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


#c6cafa Background Color

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

This div background color is #c6cafa


#c6cafa Border Color

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

This div border color is #c6cafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cafa


Comments

No comments written yet.

Please login to write comment.