Color Hex Logo

#c7edda Color Hex

#C7EDDA
(199,237,218)
0 Favorites   0 Comments

Color spaces of #c7edda

RGB 199237218
HSL0.420.510.85
HSV150°16°93°
CMYK 0.160.000.08   0.07
XYZ66.492377.772477.8367
Yxy77.77240.29940.3502
Hunter Lab88.1887-19.74519.4018
CIE-Lab90.6759-15.94845.0950

#c7edda color RGB value is (199,237,218).

#c7edda hex color red value is 199, green value is 237 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c7edda hue: 0.42 , saturation: 0.51 and the lightness value of c7edda is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101101 11011010
Octal 307 355 332
Decimal 199 237 218
Hex C7 ED DA

RGB Percentages of Color #c7edda

%30.43
%36.24
%33.33

CMYK Percentages of Color #c7edda

%16
%0
%8
%7

Triadic Colors of #c7edda

#c7edda #dac7ed #eddac7

Analogous Colors of #c7edda

#c7edda #c7eded #c7edc7

Monochromatic Colors of #c7edda

#c7edda

Complementary Color

#c7edda #edc7da

#c7edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7edda Color CSS Codes

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

#c7edda Text Font Color

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

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


#c7edda Background Color

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

This div background color is #c7edda


#c7edda Border Color

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

This div border color is #c7edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7edda


Comments

No comments written yet.

Please login to write comment.