Color Hex Logo

#c7ccfe Color Hex

#C7CCFE
(199,204,254)
0 Favorites   0 Comments

Color spaces of #c7ccfe

RGB 199204254
HSL0.650.960.89
HSV235°22°100°
CMYK 0.220.200.00   0.00
XYZ63.035462.4836102.5041
Yxy62.48360.27640.2740
Hunter Lab79.04664.0127-21.5521
CIE-Lab83.16998.5758-25.0328

#c7ccfe color RGB value is (199,204,254).

#c7ccfe hex color red value is 199, green value is 204 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c7ccfe hue: 0.65 , saturation: 0.96 and the lightness value of c7ccfe is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001100 11111110
Octal 307 314 376
Decimal 199 204 254
Hex C7 CC FE

RGB Percentages of Color #c7ccfe

%30.29
%31.05
%38.66

CMYK Percentages of Color #c7ccfe

%22
%20
%0
%0

Triadic Colors of #c7ccfe

#c7ccfe #fec7cc #ccfec7

Analogous Colors of #c7ccfe

#c7ccfe #dec7fe #c7e8fe

Monochromatic Colors of #c7ccfe

#c7ccfe

Complementary Color

#c7ccfe #fef9c7

#c7ccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ccfe Color CSS Codes

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

#c7ccfe Text Font Color

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

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


#c7ccfe Background Color

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

This div background color is #c7ccfe


#c7ccfe Border Color

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

This div border color is #c7ccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ccfe


Comments

No comments written yet.

Please login to write comment.