Color Hex Logo

#c7eedf Color Hex

#C7EEDF
(199,238,223)
0 Favorites   0 Comments

Color spaces of #c7eedf

RGB 199238223
HSL0.440.530.86
HSV157°16°93°
CMYK 0.160.000.06   0.07
XYZ67.447078.618981.4322
Yxy78.61890.29650.3456
Hunter Lab88.6673-19.38737.6151
CIE-Lab91.0616-15.49643.0477

#c7eedf color RGB value is (199,238,223).

#c7eedf hex color red value is 199, green value is 238 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c7eedf hue: 0.44 , saturation: 0.53 and the lightness value of c7eedf is 0.86.

The process color (four color CMYK) of #c7eedf color hex is 0.16, 0.00, 0.06, 0.07. Web safe color of #c7eedf is #ccffcc. Color #c7eedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101110 11011111
Octal 307 356 337
Decimal 199 238 223
Hex C7 EE DF

RGB Percentages of Color #c7eedf

%30.15
%36.06
%33.79

CMYK Percentages of Color #c7eedf

%16
%0
%6
%7

Triadic Colors of #c7eedf

#c7eedf #dfc7ee #eedfc7

Analogous Colors of #c7eedf

#c7eedf #c7eaee #c7eecc

Monochromatic Colors of #c7eedf

#c7eedf

Complementary Color

#c7eedf #eec7d6

#c7eedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7eedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7eedf Color CSS Codes

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

#c7eedf Text Font Color

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

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


#c7eedf Background Color

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

This div background color is #c7eedf


#c7eedf Border Color

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

This div border color is #c7eedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7eedf


Comments

No comments written yet.

Please login to write comment.