Color Hex Logo

#c7efdd Color Hex

#C7EFDD
(199,239,221)
0 Favorites   0 Comments

Color spaces of #c7efdd

RGB 199239221
HSL0.430.560.86
HSV153°17°94°
CMYK 0.170.000.08   0.06
XYZ67.470879.095680.1175
Yxy79.09560.29760.3489
Hunter Lab88.9357-20.21908.8438
CIE-Lab91.2775-16.37484.4023

#c7efdd color RGB value is (199,239,221).

#c7efdd hex color red value is 199, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c7efdd hue: 0.43 , saturation: 0.56 and the lightness value of c7efdd is 0.86.

The process color (four color CMYK) of #c7efdd color hex is 0.17, 0.00, 0.08, 0.06. Web safe color of #c7efdd is #ccffcc. Color #c7efdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101111 11011101
Octal 307 357 335
Decimal 199 239 221
Hex C7 EF DD

RGB Percentages of Color #c7efdd

%30.20
%36.27
%33.54

CMYK Percentages of Color #c7efdd

%17
%0
%8
%6

Triadic Colors of #c7efdd

#c7efdd #ddc7ef #efddc7

Analogous Colors of #c7efdd

#c7efdd #c7edef #c7efc9

Monochromatic Colors of #c7efdd

#c7efdd

Complementary Color

#c7efdd #efc7d9

#c7efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7efdd Color CSS Codes

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

#c7efdd Text Font Color

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

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


#c7efdd Background Color

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

This div background color is #c7efdd


#c7efdd Border Color

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

This div border color is #c7efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7efdd


Comments

No comments written yet.

Please login to write comment.