Color Hex Logo

#c6dfef Color Hex

#C6DFEF
(198,223,239)
0 Favorites   0 Comments

Color spaces of #c6dfef

RGB 198223239
HSL0.570.560.86
HSV203°17°94°
CMYK 0.170.070.00   0.06
XYZ65.256471.013191.9289
Yxy71.01310.28600.3112
Hunter Lab84.2693-9.2445-5.6907
CIE-Lab87.4914-4.9891-10.5951

#c6dfef color RGB value is (198,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011111 11101111
Octal 306 337 357
Decimal 198 223 239
Hex C6 DF EF

RGB Percentages of Color #c6dfef

%30.00
%33.79
%36.21

CMYK Percentages of Color #c6dfef

%17
%7
%0
%6

Triadic Colors of #c6dfef

#c6dfef #efc6df #dfefc6

Analogous Colors of #c6dfef

#c6dfef #c6cbef #c6efeb

Monochromatic Colors of #c6dfef

#c6dfef

Complementary Color

#c6dfef #efd6c6

#c6dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dfef Color CSS Codes

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

#c6dfef Text Font Color

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

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


#c6dfef Background Color

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

This div background color is #c6dfef


#c6dfef Border Color

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

This div border color is #c6dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dfef


Comments

No comments written yet.

Please login to write comment.