Color Hex Logo

#ccccf5 Color Hex

#CCCCF5
(204,204,245)
0 Favorites   0 Comments

Color spaces of #ccccf5

RGB 204204245
HSL0.670.670.88
HSV240°17°96°
CMYK 0.170.170.00   0.04
XYZ62.976162.615795.1530
Yxy62.61570.28530.2837
Hunter Lab79.13013.5825-15.9045
CIE-Lab83.23988.1380-20.1100

#ccccf5 color RGB value is (204,204,245).

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

The process color (four color CMYK) of #ccccf5 color hex is 0.17, 0.17, 0.00, 0.04. Web safe color of #ccccf5 is #ccccff. Color #ccccf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11110101
Octal 314 314 365
Decimal 204 204 245
Hex CC CC F5

RGB Percentages of Color #ccccf5

%31.24
%31.24
%37.52

CMYK Percentages of Color #ccccf5

%17
%17
%0
%4

Triadic Colors of #ccccf5

#ccccf5 #f5cccc #ccf5cc

Analogous Colors of #ccccf5

#ccccf5 #e1ccf5 #cce1f5

Monochromatic Colors of #ccccf5

#ccccf5

Complementary Color

#ccccf5 #f5f5cc

#ccccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccf5 Color CSS Codes

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

#ccccf5 Text Font Color

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

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


#ccccf5 Background Color

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

This div background color is #ccccf5


#ccccf5 Border Color

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

This div border color is #ccccf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccf5


Comments

No comments written yet.

Please login to write comment.