Color Hex Logo

#c6dfde Color Hex

#C6DFDE
(198,223,222)
0 Favorites   0 Comments

Color spaces of #c6dfde

RGB 198223222
HSL0.490.280.83
HSV178°11°87°
CMYK 0.110.000.00   0.13
XYZ62.861270.055079.3161
Yxy70.05500.29620.3301
Hunter Lab83.6989-12.41242.4038
CIE-Lab87.0238-8.4379-2.3276

#c6dfde color RGB value is (198,223,222).

#c6dfde hex color red value is 198, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c6dfde hue: 0.49 , saturation: 0.28 and the lightness value of c6dfde is 0.83.

The process color (four color CMYK) of #c6dfde color hex is 0.11, 0.00, 0.00, 0.13. Web safe color of #c6dfde is #cccccc. Color #c6dfde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011111 11011110
Octal 306 337 336
Decimal 198 223 222
Hex C6 DF DE

RGB Percentages of Color #c6dfde

%30.79
%34.68
%34.53

CMYK Percentages of Color #c6dfde

%11
%0
%0
%13

Triadic Colors of #c6dfde

#c6dfde #dec6df #dfdec6

Analogous Colors of #c6dfde

#c6dfde #c6d4df #c6dfd2

Monochromatic Colors of #c6dfde

#c6dfde

Complementary Color

#c6dfde #dfc6c7

#c6dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dfde Color CSS Codes

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

#c6dfde Text Font Color

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

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


#c6dfde Background Color

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

This div background color is #c6dfde


#c6dfde Border Color

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

This div border color is #c6dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dfde


Comments

No comments written yet.

Please login to write comment.