Color Hex Logo

#c2ccff Color Hex

#C2CCFF
(194,204,255)
0 Favorites   0 Comments

Color spaces of #c2ccff

RGB 194204255
HSL0.641.000.88
HSV230°24°100°
CMYK 0.240.200.00   0.00
XYZ61.891061.8751103.2888
Yxy61.87510.27260.2725
Hunter Lab78.66072.7892-22.7907
CIE-Lab82.84707.3130-26.0886

#c2ccff color RGB value is (194,204,255).

#c2ccff hex color red value is 194, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c2ccff hue: 0.64 , saturation: 1.00 and the lightness value of c2ccff is 0.88.

The process color (four color CMYK) of #c2ccff color hex is 0.24, 0.20, 0.00, 0.00. Web safe color of #c2ccff is #ccccff. Color #c2ccff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 11111111
Octal 302 314 377
Decimal 194 204 255
Hex C2 CC FF

RGB Percentages of Color #c2ccff

%29.71
%31.24
%39.05

CMYK Percentages of Color #c2ccff

%24
%20
%0
%0

Triadic Colors of #c2ccff

#c2ccff #ffc2cc #ccffc2

Analogous Colors of #c2ccff

#c2ccff #d7c2ff #c2ebff

Monochromatic Colors of #c2ccff

#c2ccff

Complementary Color

#c2ccff #fff5c2

#c2ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ccff Color CSS Codes

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

#c2ccff Text Font Color

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

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


#c2ccff Background Color

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

This div background color is #c2ccff


#c2ccff Border Color

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

This div border color is #c2ccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ccff

#c2ccff Color Palettes


Comments

No comments written yet.

Please login to write comment.