Color Hex Logo

#c2ccf5 Color Hex

#C2CCF5
(194,204,245)
0 Favorites   0 Comments

Color spaces of #c2ccf5

RGB 194204245
HSL0.630.720.86
HSV228°21°96°
CMYK 0.210.170.00   0.04
XYZ60.322461.247695.0288
Yxy61.24760.27850.2828
Hunter Lab78.26080.6289-17.2107
CIE-Lab82.51175.0656-21.2821

#c2ccf5 color RGB value is (194,204,245).

#c2ccf5 hex color red value is 194, green value is 204 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #c2ccf5 hue: 0.63 , saturation: 0.72 and the lightness value of c2ccf5 is 0.86.

The process color (four color CMYK) of #c2ccf5 color hex is 0.21, 0.17, 0.00, 0.04. Web safe color of #c2ccf5 is #ccccff. Color #c2ccf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 11110101
Octal 302 314 365
Decimal 194 204 245
Hex C2 CC F5

RGB Percentages of Color #c2ccf5

%30.17
%31.73
%38.10

CMYK Percentages of Color #c2ccf5

%21
%17
%0
%4

Triadic Colors of #c2ccf5

#c2ccf5 #f5c2cc #ccf5c2

Analogous Colors of #c2ccf5

#c2ccf5 #d2c2f5 #c2e6f5

Monochromatic Colors of #c2ccf5

#c2ccf5

Complementary Color

#c2ccf5 #f5ebc2

#c2ccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ccf5 Color CSS Codes

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

#c2ccf5 Text Font Color

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

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


#c2ccf5 Background Color

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

This div background color is #c2ccf5


#c2ccf5 Border Color

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

This div border color is #c2ccf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ccf5


Comments

No comments written yet.

Please login to write comment.