Color Hex Logo

#c7eade Color Hex

#C7EADE
(199,234,222)
0 Favorites   0 Comments

Color spaces of #c7eade

RGB 199234222
HSL0.440.450.85
HSV159°15°92°
CMYK 0.150.000.05   0.08
XYZ66.160876.261780.3402
Yxy76.26170.29700.3423
Hunter Lab87.3279-17.59006.5838
CIE-Lab89.9807-13.69061.9992

#c7eade color RGB value is (199,234,222).

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

The process color (four color CMYK) of #c7eade color hex is 0.15, 0.00, 0.05, 0.08. Web safe color of #c7eade is #ccffcc. Color #c7eade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101010 11011110
Octal 307 352 336
Decimal 199 234 222
Hex C7 EA DE

RGB Percentages of Color #c7eade

%30.38
%35.73
%33.89

CMYK Percentages of Color #c7eade

%15
%0
%5
%8

Triadic Colors of #c7eade

#c7eade #dec7ea #eadec7

Analogous Colors of #c7eade

#c7eade #c7e5ea #c7eacd

Monochromatic Colors of #c7eade

#c7eade

Complementary Color

#c7eade #eac7d3

#c7eade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7eade Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7eade Color CSS Codes

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

#c7eade Text Font Color

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

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


#c7eade Background Color

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

This div background color is #c7eade


#c7eade Border Color

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

This div border color is #c7eade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7eade


Comments

No comments written yet.

Please login to write comment.