Color Hex Logo

#c6caec Color Hex

#C6CAEC
(198,202,236)
0 Favorites   0 Comments

Color spaces of #c6caec

RGB 198202236
HSL0.650.500.85
HSV234°16°93°
CMYK 0.160.140.00   0.07
XYZ59.549660.303087.8579
Yxy60.30300.28670.2903
Hunter Lab77.65500.9861-12.7215
CIE-Lab82.00265.4170-17.2259

#c6caec color RGB value is (198,202,236).

#c6caec hex color red value is 198, green value is 202 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c6caec hue: 0.65 , saturation: 0.50 and the lightness value of c6caec is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001010 11101100
Octal 306 312 354
Decimal 198 202 236
Hex C6 CA EC

RGB Percentages of Color #c6caec

%31.13
%31.76
%37.11

CMYK Percentages of Color #c6caec

%16
%14
%0
%7

Triadic Colors of #c6caec

#c6caec #ecc6ca #caecc6

Analogous Colors of #c6caec

#c6caec #d5c6ec #c6ddec

Monochromatic Colors of #c6caec

#c6caec

Complementary Color

#c6caec #ece8c6

#c6caec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6caec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6caec Color CSS Codes

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

#c6caec Text Font Color

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

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


#c6caec Background Color

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

This div background color is #c6caec


#c6caec Border Color

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

This div border color is #c6caec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6caec


Comments

No comments written yet.

Please login to write comment.