Color Hex Logo

#ccc6fc Color Hex

#CCC6FC
(204,198,252)
0 Favorites   0 Comments

Color spaces of #ccc6fc

RGB 204198252
HSL0.690.900.88
HSV247°21°99°
CMYK 0.190.210.00   0.01
XYZ62.666660.2538100.4227
Yxy60.25380.28060.2698
Hunter Lab77.62338.2652-22.3682
CIE-Lab81.975912.8702-25.7556

#ccc6fc color RGB value is (204,198,252).

#ccc6fc hex color red value is 204, green value is 198 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ccc6fc hue: 0.69 , saturation: 0.90 and the lightness value of ccc6fc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 11111100
Octal 314 306 374
Decimal 204 198 252
Hex CC C6 FC

RGB Percentages of Color #ccc6fc

%31.19
%30.28
%38.53

CMYK Percentages of Color #ccc6fc

%19
%21
%0
%1

Triadic Colors of #ccc6fc

#ccc6fc #fcccc6 #c6fccc

Analogous Colors of #ccc6fc

#ccc6fc #e7c6fc #c6dbfc

Monochromatic Colors of #ccc6fc

#ccc6fc

Complementary Color

#ccc6fc #f6fcc6

#ccc6fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc6fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc6fc Color CSS Codes

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

#ccc6fc Text Font Color

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

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


#ccc6fc Background Color

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

This div background color is #ccc6fc


#ccc6fc Border Color

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

This div border color is #ccc6fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc6fc


Comments

No comments written yet.

Please login to write comment.