Color Hex Logo

#c4ccec Color Hex

#C4CCEC
(196,204,236)
0 Favorites   0 Comments

Color spaces of #c4ccec

RGB 196204236
HSL0.630.510.85
HSV228°17°93°
CMYK 0.170.140.00   0.07
XYZ59.498160.977687.9908
Yxy60.97760.28540.2925
Hunter Lab78.0882-0.6489-12.1471
CIE-Lab82.36673.7243-16.6920

#c4ccec color RGB value is (196,204,236).

#c4ccec hex color red value is 196, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c4ccec hue: 0.63 , saturation: 0.51 and the lightness value of c4ccec is 0.85.

The process color (four color CMYK) of #c4ccec color hex is 0.17, 0.14, 0.00, 0.07. Web safe color of #c4ccec is #ccccff. Color #c4ccec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001100 11101100
Octal 304 314 354
Decimal 196 204 236
Hex C4 CC EC

RGB Percentages of Color #c4ccec

%30.82
%32.08
%37.11

CMYK Percentages of Color #c4ccec

%17
%14
%0
%7

Triadic Colors of #c4ccec

#c4ccec #ecc4cc #ccecc4

Analogous Colors of #c4ccec

#c4ccec #d0c4ec #c4e0ec

Monochromatic Colors of #c4ccec

#c4ccec

Complementary Color

#c4ccec #ece4c4

#c4ccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ccec Color CSS Codes

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

#c4ccec Text Font Color

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

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


#c4ccec Background Color

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

This div background color is #c4ccec


#c4ccec Border Color

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

This div border color is #c4ccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ccec


Comments

No comments written yet.

Please login to write comment.