Color Hex Logo

#c6dfca Color Hex

#C6DFCA
(198,223,202)
0 Favorites   0 Comments

Color spaces of #c6dfca

RGB 198223202
HSL0.360.280.83
HSV130°11°87°
CMYK 0.110.000.09   0.13
XYZ60.337069.045466.0241
Yxy69.04540.30880.3533
Hunter Lab83.0936-15.798911.0551
CIE-Lab86.5265-12.20517.4879

#c6dfca color RGB value is (198,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011111 11001010
Octal 306 337 312
Decimal 198 223 202
Hex C6 DF CA

RGB Percentages of Color #c6dfca

%31.78
%35.79
%32.42

CMYK Percentages of Color #c6dfca

%11
%0
%9
%13

Triadic Colors of #c6dfca

#c6dfca #cac6df #dfcac6

Analogous Colors of #c6dfca

#c6dfca #c6dfd7 #cfdfc6

Monochromatic Colors of #c6dfca

#c6dfca

Complementary Color

#c6dfca #dfc6db

#c6dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dfca Color CSS Codes

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

#c6dfca Text Font Color

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

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


#c6dfca Background Color

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

This div background color is #c6dfca


#c6dfca Border Color

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

This div border color is #c6dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dfca


Comments

No comments written yet.

Please login to write comment.