Color Hex Logo

#c7edea Color Hex

#C7EDEA
(199,237,234)
0 Favorites   0 Comments

Color spaces of #c7edea

RGB 199237234
HSL0.490.510.85
HSV175°16°93°
CMYK 0.160.000.01   0.07
XYZ68.688778.651089.4028
Yxy78.65100.29010.3322
Hunter Lab88.6854-16.94752.3102
CIE-Lab91.0761-12.8390-2.6669

#c7edea color RGB value is (199,237,234).

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

The process color (four color CMYK) of #c7edea color hex is 0.16, 0.00, 0.01, 0.07. Web safe color of #c7edea is #ccffff. Color #c7edea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101101 11101010
Octal 307 355 352
Decimal 199 237 234
Hex C7 ED EA

RGB Percentages of Color #c7edea

%29.70
%35.37
%34.93

CMYK Percentages of Color #c7edea

%16
%0
%1
%7

Triadic Colors of #c7edea

#c7edea #eac7ed #edeac7

Analogous Colors of #c7edea

#c7edea #c7dded #c7edd7

Monochromatic Colors of #c7edea

#c7edea

Complementary Color

#c7edea #edc7ca

#c7edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7edea Color CSS Codes

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

#c7edea Text Font Color

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

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


#c7edea Background Color

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

This div background color is #c7edea


#c7edea Border Color

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

This div border color is #c7edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7edea


Comments

No comments written yet.

Please login to write comment.