Color Hex Logo

#ccc3fc Color Hex

#CCC3FC
(204,195,252)
0 Favorites   0 Comments

Color spaces of #ccc3fc

RGB 204195252
HSL0.690.900.88
HSV249°23°99°
CMYK 0.190.230.00   0.01
XYZ61.987658.8959100.1964
Yxy58.89590.28040.2664
Hunter Lab76.74379.8771-23.6884
CIE-Lab81.234314.4893-26.8879

#ccc3fc color RGB value is (204,195,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 11111100
Octal 314 303 374
Decimal 204 195 252
Hex CC C3 FC

RGB Percentages of Color #ccc3fc

%31.34
%29.95
%38.71

CMYK Percentages of Color #ccc3fc

%19
%23
%0
%1

Triadic Colors of #ccc3fc

#ccc3fc #fcccc3 #c3fccc

Analogous Colors of #ccc3fc

#ccc3fc #e9c3fc #c3d7fc

Monochromatic Colors of #ccc3fc

#ccc3fc

Complementary Color

#ccc3fc #f3fcc3

#ccc3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc3fc Color CSS Codes

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

#ccc3fc Text Font Color

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

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


#ccc3fc Background Color

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

This div background color is #ccc3fc


#ccc3fc Border Color

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

This div border color is #ccc3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc3fc


Comments

No comments written yet.

Please login to write comment.