Color Hex Logo

#c6deed Color Hex

#C6DEED
(198,222,237)
0 Favorites   0 Comments

Color spaces of #c6deed

RGB 198222237
HSL0.560.520.85
HSV203°16°93°
CMYK 0.160.060.00   0.07
XYZ64.696070.362790.2923
Yxy70.36270.28710.3122
Hunter Lab83.8825-9.1227-5.1029
CIE-Lab87.1744-4.8893-10.0131

#c6deed color RGB value is (198,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011110 11101101
Octal 306 336 355
Decimal 198 222 237
Hex C6 DE ED

RGB Percentages of Color #c6deed

%30.14
%33.79
%36.07

CMYK Percentages of Color #c6deed

%16
%6
%0
%7

Triadic Colors of #c6deed

#c6deed #edc6de #deedc6

Analogous Colors of #c6deed

#c6deed #c6cbed #c6ede9

Monochromatic Colors of #c6deed

#c6deed

Complementary Color

#c6deed #edd5c6

#c6deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6deed Color CSS Codes

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

#c6deed Text Font Color

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

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


#c6deed Background Color

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

This div background color is #c6deed


#c6deed Border Color

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

This div border color is #c6deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6deed


Comments

No comments written yet.

Please login to write comment.