Color Hex Logo

#c6daec Color Hex

#C6DAEC
(198,218,236)
0 Favorites   0 Comments

Color spaces of #c6daec

RGB 198218236
HSL0.580.500.85
HSV208°16°93°
CMYK 0.160.080.00   0.07
XYZ63.500468.204789.1749
Yxy68.20470.28750.3088
Hunter Lab82.5861-7.2773-6.2099
CIE-Lab86.1087-3.0218-11.0722

#c6daec color RGB value is (198,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011010 11101100
Octal 306 332 354
Decimal 198 218 236
Hex C6 DA EC

RGB Percentages of Color #c6daec

%30.37
%33.44
%36.20

CMYK Percentages of Color #c6daec

%16
%8
%0
%7

Triadic Colors of #c6daec

#c6daec #ecc6da #daecc6

Analogous Colors of #c6daec

#c6daec #c6c7ec #c6eceb

Monochromatic Colors of #c6daec

#c6daec

Complementary Color

#c6daec #ecd8c6

#c6daec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6daec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6daec Color CSS Codes

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

#c6daec Text Font Color

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

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


#c6daec Background Color

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

This div background color is #c6daec


#c6daec Border Color

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

This div border color is #c6daec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6daec

#c6daec Color Palettes


Comments

No comments written yet.

Please login to write comment.