Color Hex Logo

#c6dfdb Color Hex

#C6DFDB
(198,223,219)
0 Favorites   0 Comments

Color spaces of #c6dfdb

RGB 198223219
HSL0.470.280.83
HSV170°11°87°
CMYK 0.110.000.02   0.13
XYZ62.462669.895677.2169
Yxy69.89560.29800.3335
Hunter Lab83.6036-12.94393.7618
CIE-Lab86.9456-9.0236-0.8607

#c6dfdb color RGB value is (198,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011111 11011011
Octal 306 337 333
Decimal 198 223 219
Hex C6 DF DB

RGB Percentages of Color #c6dfdb

%30.94
%34.84
%34.22

CMYK Percentages of Color #c6dfdb

%11
%0
%2
%13

Triadic Colors of #c6dfdb

#c6dfdb #dbc6df #dfdbc6

Analogous Colors of #c6dfdb

#c6dfdb #c6d7df #c6dfcf

Monochromatic Colors of #c6dfdb

#c6dfdb

Complementary Color

#c6dfdb #dfc6ca

#c6dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dfdb Color CSS Codes

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

#c6dfdb Text Font Color

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

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


#c6dfdb Background Color

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

This div background color is #c6dfdb


#c6dfdb Border Color

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

This div border color is #c6dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dfdb


Comments

No comments written yet.

Please login to write comment.