Color Hex Logo

#ccccf8 Color Hex

#CCCCF8
(204,204,248)
0 Favorites   0 Comments

Color spaces of #ccccf8

RGB 204204248
HSL0.670.760.89
HSV240°18°97°
CMYK 0.180.180.00   0.03
XYZ63.438062.800497.5851
Yxy62.80040.28340.2806
Hunter Lab79.24674.2098-17.5375
CIE-Lab83.33728.7809-21.5573

#ccccf8 color RGB value is (204,204,248).

#ccccf8 hex color red value is 204, green value is 204 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #ccccf8 hue: 0.67 , saturation: 0.76 and the lightness value of ccccf8 is 0.89.

The process color (four color CMYK) of #ccccf8 color hex is 0.18, 0.18, 0.00, 0.03. Web safe color of #ccccf8 is #ccccff. Color #ccccf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11111000
Octal 314 314 370
Decimal 204 204 248
Hex CC CC F8

RGB Percentages of Color #ccccf8

%31.10
%31.10
%37.80

CMYK Percentages of Color #ccccf8

%18
%18
%0
%3

Triadic Colors of #ccccf8

#ccccf8 #f8cccc #ccf8cc

Analogous Colors of #ccccf8

#ccccf8 #e2ccf8 #cce2f8

Monochromatic Colors of #ccccf8

#ccccf8

Complementary Color

#ccccf8 #f8f8cc

#ccccf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccf8 Color CSS Codes

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

#ccccf8 Text Font Color

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

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


#ccccf8 Background Color

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

This div background color is #ccccf8


#ccccf8 Border Color

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

This div border color is #ccccf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccf8

#ccccf8 Color Palettes


Comments

No comments written yet.

Please login to write comment.