Color Hex Logo

#c2ccfe Color Hex

#C2CCFE
(194,204,254)
0 Favorites   0 Comments

Color spaces of #c2ccfe

RGB 194204254
HSL0.640.970.88
HSV230°24°100°
CMYK 0.240.200.00   0.00
XYZ61.730461.8108102.4431
Yxy61.81080.27320.2735
Hunter Lab78.61982.5692-22.2221
CIE-Lab82.81277.0855-25.6099

#c2ccfe color RGB value is (194,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 11111110
Octal 302 314 376
Decimal 194 204 254
Hex C2 CC FE

RGB Percentages of Color #c2ccfe

%29.75
%31.29
%38.96

CMYK Percentages of Color #c2ccfe

%24
%20
%0
%0

Triadic Colors of #c2ccfe

#c2ccfe #fec2cc #ccfec2

Analogous Colors of #c2ccfe

#c2ccfe #d6c2fe #c2eafe

Monochromatic Colors of #c2ccfe

#c2ccfe

Complementary Color

#c2ccfe #fef4c2

#c2ccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ccfe Color CSS Codes

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

#c2ccfe Text Font Color

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

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


#c2ccfe Background Color

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

This div background color is #c2ccfe


#c2ccfe Border Color

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

This div border color is #c2ccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ccfe


Comments

No comments written yet.

Please login to write comment.