Color Hex Logo

#c6edef Color Hex

#C6EDEF
(198,237,239)
0 Favorites   0 Comments

Color spaces of #c6edef

RGB 198237239
HSL0.510.560.86
HSV183°17°94°
CMYK 0.170.010.00   0.06
XYZ69.152978.806193.2277
Yxy78.80610.28670.3267
Hunter Lab88.7728-16.3031-0.1244
CIE-Lab91.1465-12.1337-5.1793

#c6edef color RGB value is (198,237,239).

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

The process color (four color CMYK) of #c6edef color hex is 0.17, 0.01, 0.00, 0.06. Web safe color of #c6edef is #ccffff. Color #c6edef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101101 11101111
Octal 306 355 357
Decimal 198 237 239
Hex C6 ED EF

RGB Percentages of Color #c6edef

%29.38
%35.16
%35.46

CMYK Percentages of Color #c6edef

%17
%1
%0
%6

Triadic Colors of #c6edef

#c6edef #efc6ed #edefc6

Analogous Colors of #c6edef

#c6edef #c6d9ef #c6efdd

Monochromatic Colors of #c6edef

#c6edef

Complementary Color

#c6edef #efc8c6

#c6edef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6edef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6edef Color CSS Codes

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

#c6edef Text Font Color

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

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


#c6edef Background Color

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

This div background color is #c6edef


#c6edef Border Color

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

This div border color is #c6edef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6edef


Comments

No comments written yet.

Please login to write comment.