Color Hex Logo

#c3ccfa Color Hex

#C3CCFA
(195,204,250)
0 Favorites   0 Comments

Color spaces of #c3ccfa

RGB 195204250
HSL0.640.850.87
HSV230°22°98°
CMYK 0.220.180.00   0.02
XYZ61.353961.690099.1161
Yxy61.69000.27620.2777
Hunter Lab78.54301.9852-19.8400
CIE-Lab82.74836.4810-23.5760

#c3ccfa color RGB value is (195,204,250).

#c3ccfa hex color red value is 195, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c3ccfa hue: 0.64 , saturation: 0.85 and the lightness value of c3ccfa is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001100 11111010
Octal 303 314 372
Decimal 195 204 250
Hex C3 CC FA

RGB Percentages of Color #c3ccfa

%30.05
%31.43
%38.52

CMYK Percentages of Color #c3ccfa

%22
%18
%0
%2

Triadic Colors of #c3ccfa

#c3ccfa #fac3cc #ccfac3

Analogous Colors of #c3ccfa

#c3ccfa #d6c3fa #c3e8fa

Monochromatic Colors of #c3ccfa

#c3ccfa

Complementary Color

#c3ccfa #faf1c3

#c3ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ccfa Color CSS Codes

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

#c3ccfa Text Font Color

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

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


#c3ccfa Background Color

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

This div background color is #c3ccfa


#c3ccfa Border Color

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

This div border color is #c3ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ccfa


Comments

No comments written yet.

Please login to write comment.