Color Hex Logo

#c7eadf Color Hex

#C7EADF
(199,234,223)
0 Favorites   0 Comments

Color spaces of #c7eadf

RGB 199234223
HSL0.450.450.85
HSV161°15°92°
CMYK 0.150.000.05   0.08
XYZ66.295376.315581.0483
Yxy76.31550.29640.3412
Hunter Lab87.3587-17.41676.1440
CIE-Lab90.0056-13.49791.5128

#c7eadf color RGB value is (199,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101010 11011111
Octal 307 352 337
Decimal 199 234 223
Hex C7 EA DF

RGB Percentages of Color #c7eadf

%30.34
%35.67
%33.99

CMYK Percentages of Color #c7eadf

%15
%0
%5
%8

Triadic Colors of #c7eadf

#c7eadf #dfc7ea #eadfc7

Analogous Colors of #c7eadf

#c7eadf #c7e4ea #c7eace

Monochromatic Colors of #c7eadf

#c7eadf

Complementary Color

#c7eadf #eac7d2

#c7eadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7eadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7eadf Color CSS Codes

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

#c7eadf Text Font Color

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

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


#c7eadf Background Color

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

This div background color is #c7eadf


#c7eadf Border Color

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

This div border color is #c7eadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,234,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 #c7eadf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7eadf


Comments

No comments written yet.

Please login to write comment.