Color Hex Logo

#c7ffcf Color Hex

#C7FFCF
(199,255,207)
0 Favorites   0 Comments

Color spaces of #c7ffcf

RGB 199255207
HSL0.361.000.89
HSV129°22°100°
CMYK 0.220.000.19   0.00
XYZ70.575788.167172.3297
Yxy88.16710.30540.3816
Hunter Lab93.8973-30.155120.0567
CIE-Lab95.2313-26.677217.2700

#c7ffcf color RGB value is (199,255,207).

#c7ffcf hex color red value is 199, green value is 255 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c7ffcf hue: 0.36 , saturation: 1.00 and the lightness value of c7ffcf is 0.89.

The process color (four color CMYK) of #c7ffcf color hex is 0.22, 0.00, 0.19, 0.00. Web safe color of #c7ffcf is #ccffcc. Color #c7ffcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11111111 11001111
Octal 307 377 317
Decimal 199 255 207
Hex C7 FF CF

RGB Percentages of Color #c7ffcf

%30.11
%38.58
%31.32

CMYK Percentages of Color #c7ffcf

%22
%0
%19
%0

Triadic Colors of #c7ffcf

#c7ffcf #cfc7ff #ffcfc7

Analogous Colors of #c7ffcf

#c7ffcf #c7ffeb #dbffc7

Monochromatic Colors of #c7ffcf

#c7ffcf

Complementary Color

#c7ffcf #ffc7f7

#c7ffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ffcf Color CSS Codes

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

#c7ffcf Text Font Color

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

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


#c7ffcf Background Color

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

This div background color is #c7ffcf


#c7ffcf Border Color

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

This div border color is #c7ffcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,255,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 #c7ffcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ffcf

Related Colors


Comments

No comments written yet.

Please login to write comment.