Color Hex Logo

#c6dfbf Color Hex

#C6DFBF
(198,223,191)
0 Favorites   0 Comments

Color spaces of #c6dfbf

RGB 198223191
HSL0.300.330.81
HSV107°14°87°
CMYK 0.110.000.14   0.13
XYZ59.080368.542759.4064
Yxy68.54270.31590.3665
Hunter Lab82.7905-17.503715.4098
CIE-Lab86.2771-14.134412.9139

#c6dfbf color RGB value is (198,223,191).

#c6dfbf hex color red value is 198, green value is 223 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c6dfbf hue: 0.30 , saturation: 0.33 and the lightness value of c6dfbf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011111 10111111
Octal 306 337 277
Decimal 198 223 191
Hex C6 DF BF

RGB Percentages of Color #c6dfbf

%32.35
%36.44
%31.21

CMYK Percentages of Color #c6dfbf

%11
%0
%14
%13

Triadic Colors of #c6dfbf

#c6dfbf #bfc6df #dfbfc6

Analogous Colors of #c6dfbf

#c6dfbf #bfdfc8 #d6dfbf

Monochromatic Colors of #c6dfbf

#c6dfbf

Complementary Color

#c6dfbf #d8bfdf

#c6dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dfbf Color CSS Codes

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

#c6dfbf Text Font Color

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

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


#c6dfbf Background Color

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

This div background color is #c6dfbf


#c6dfbf Border Color

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

This div border color is #c6dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dfbf


Comments

No comments written yet.

Please login to write comment.