Color Hex Logo

#c6daed Color Hex

#C6DAED
(198,218,237)
0 Favorites   0 Comments

Color spaces of #c6daed

RGB 198218237
HSL0.580.520.85
HSV209°16°93°
CMYK 0.160.080.00   0.07
XYZ63.646268.263089.9423
Yxy68.26300.28690.3077
Hunter Lab82.6214-7.0826-6.7085
CIE-Lab86.1378-2.8129-11.5573

#c6daed color RGB value is (198,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011010 11101101
Octal 306 332 355
Decimal 198 218 237
Hex C6 DA ED

RGB Percentages of Color #c6daed

%30.32
%33.38
%36.29

CMYK Percentages of Color #c6daed

%16
%8
%0
%7

Triadic Colors of #c6daed

#c6daed #edc6da #daedc6

Analogous Colors of #c6daed

#c6daed #c6c7ed #c6eded

Monochromatic Colors of #c6daed

#c6daed

Complementary Color

#c6daed #edd9c6

#c6daed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6daed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6daed Color CSS Codes

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

#c6daed Text Font Color

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

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


#c6daed Background Color

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

This div background color is #c6daed


#c6daed Border Color

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

This div border color is #c6daed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,218,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6daed

#c6daed Color Palettes


Comments

No comments written yet.

Please login to write comment.