Color Hex Logo

#ccc6fe Color Hex

#CCC6FE
(204,198,254)
0 Favorites   0 Comments

Color spaces of #ccc6fe

RGB 204198254
HSL0.680.970.89
HSV246°22°100°
CMYK 0.200.220.00   0.00
XYZ62.985360.3813102.1010
Yxy60.38130.27940.2678
Hunter Lab77.70548.7014-23.5103
CIE-Lab82.045013.3090-26.7151

#ccc6fe color RGB value is (204,198,254).

#ccc6fe hex color red value is 204, green value is 198 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ccc6fe hue: 0.68 , saturation: 0.97 and the lightness value of ccc6fe is 0.89.

The process color (four color CMYK) of #ccc6fe color hex is 0.20, 0.22, 0.00, 0.00. Web safe color of #ccc6fe is #ccccff. Color #ccc6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 11111110
Octal 314 306 376
Decimal 204 198 254
Hex CC C6 FE

RGB Percentages of Color #ccc6fe

%31.10
%30.18
%38.72

CMYK Percentages of Color #ccc6fe

%20
%22
%0
%0

Triadic Colors of #ccc6fe

#ccc6fe #feccc6 #c6fecc

Analogous Colors of #ccc6fe

#ccc6fe #e8c6fe #c6dcfe

Monochromatic Colors of #ccc6fe

#ccc6fe

Complementary Color

#ccc6fe #f8fec6

#ccc6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc6fe Color CSS Codes

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

#ccc6fe Text Font Color

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

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


#ccc6fe Background Color

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

This div background color is #ccc6fe


#ccc6fe Border Color

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

This div border color is #ccc6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.