Color Hex Logo

#ccc6fd Color Hex

#CCC6FD
(204,198,253)
0 Favorites   0 Comments

Color spaces of #ccc6fd

RGB 204198253
HSL0.680.930.88
HSV247°22°99°
CMYK 0.190.220.00   0.01
XYZ62.825560.3174101.2597
Yxy60.31740.28000.2688
Hunter Lab77.66438.4828-22.9381
CIE-Lab82.010413.0892-26.2356

#ccc6fd color RGB value is (204,198,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 11111101
Octal 314 306 375
Decimal 204 198 253
Hex CC C6 FD

RGB Percentages of Color #ccc6fd

%31.15
%30.23
%38.63

CMYK Percentages of Color #ccc6fd

%19
%22
%0
%1

Triadic Colors of #ccc6fd

#ccc6fd #fdccc6 #c6fdcc

Analogous Colors of #ccc6fd

#ccc6fd #e8c6fd #c6dcfd

Monochromatic Colors of #ccc6fd

#ccc6fd

Complementary Color

#ccc6fd #f7fdc6

#ccc6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc6fd Color CSS Codes

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

#ccc6fd Text Font Color

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

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


#ccc6fd Background Color

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

This div background color is #ccc6fd


#ccc6fd Border Color

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

This div border color is #ccc6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc6fd


Comments

No comments written yet.

Please login to write comment.