Color Hex Logo

#ccc5fc Color Hex

#CCC5FC
(204,197,252)
0 Favorites   0 Comments

Color spaces of #ccc5fc

RGB 204197252
HSL0.690.900.88
HSV248°22°99°
CMYK 0.190.220.00   0.01
XYZ62.438859.7981100.3468
Yxy59.79810.28050.2687
Hunter Lab77.32928.8021-22.8076
CIE-Lab81.728313.4096-26.1335

#ccc5fc color RGB value is (204,197,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 11111100
Octal 314 305 374
Decimal 204 197 252
Hex CC C5 FC

RGB Percentages of Color #ccc5fc

%31.24
%30.17
%38.59

CMYK Percentages of Color #ccc5fc

%19
%22
%0
%1

Triadic Colors of #ccc5fc

#ccc5fc #fcccc5 #c5fccc

Analogous Colors of #ccc5fc

#ccc5fc #e8c5fc #c5dafc

Monochromatic Colors of #ccc5fc

#ccc5fc

Complementary Color

#ccc5fc #f5fcc5

#ccc5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc5fc Color CSS Codes

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

#ccc5fc Text Font Color

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

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


#ccc5fc Background Color

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

This div background color is #ccc5fc


#ccc5fc Border Color

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

This div border color is #ccc5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc5fc


Comments

No comments written yet.

Please login to write comment.