Color Hex Logo

#c6daee Color Hex

#C6DAEE
(198,218,238)
0 Favorites   0 Comments

Color spaces of #c6daee

RGB 198218238
HSL0.580.540.85
HSV210°17°93°
CMYK 0.170.080.00   0.07
XYZ63.792768.321690.7141
Yxy68.32160.28630.3066
Hunter Lab82.6569-6.8873-7.2096
CIE-Lab86.1670-2.6035-12.0422

#c6daee color RGB value is (198,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011010 11101110
Octal 306 332 356
Decimal 198 218 238
Hex C6 DA EE

RGB Percentages of Color #c6daee

%30.28
%33.33
%36.39

CMYK Percentages of Color #c6daee

%17
%8
%0
%7

Triadic Colors of #c6daee

#c6daee #eec6da #daeec6

Analogous Colors of #c6daee

#c6daee #c6c6ee #c6eeee

Monochromatic Colors of #c6daee

#c6daee

Complementary Color

#c6daee #eedac6

#c6daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6daee Color CSS Codes

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

#c6daee Text Font Color

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

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


#c6daee Background Color

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

This div background color is #c6daee


#c6daee Border Color

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

This div border color is #c6daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6daee


Comments

No comments written yet.

Please login to write comment.