Color Hex Logo

#c7dfcf Color Hex

#C7DFCF
(199,223,207)
0 Favorites   0 Comments

Color spaces of #c7dfcf

RGB 199223207
HSL0.390.270.83
HSV140°11°87°
CMYK 0.110.000.07   0.13
XYZ61.203369.422569.2056
Yxy69.42250.30630.3474
Hunter Lab83.3202-14.69219.0779
CIE-Lab86.7128-10.96145.1326

#c7dfcf color RGB value is (199,223,207).

#c7dfcf hex color red value is 199, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c7dfcf hue: 0.39 , saturation: 0.27 and the lightness value of c7dfcf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011111 11001111
Octal 307 337 317
Decimal 199 223 207
Hex C7 DF CF

RGB Percentages of Color #c7dfcf

%31.64
%35.45
%32.91

CMYK Percentages of Color #c7dfcf

%11
%0
%7
%13

Triadic Colors of #c7dfcf

#c7dfcf #cfc7df #dfcfc7

Analogous Colors of #c7dfcf

#c7dfcf #c7dfdb #cbdfc7

Monochromatic Colors of #c7dfcf

#c7dfcf

Complementary Color

#c7dfcf #dfc7d7

#c7dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dfcf Color CSS Codes

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

#c7dfcf Text Font Color

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

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


#c7dfcf Background Color

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

This div background color is #c7dfcf


#c7dfcf Border Color

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

This div border color is #c7dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dfcf


Comments

No comments written yet.

Please login to write comment.