Color Hex Logo

#c7eede Color Hex

#C7EEDE
(199,238,222)
0 Favorites   0 Comments

Color spaces of #c7eede

RGB 199238222
HSL0.430.530.86
HSV155°16°93°
CMYK 0.160.000.07   0.07
XYZ67.312578.565180.7241
Yxy78.56510.29710.3467
Hunter Lab88.6370-19.55868.0488
CIE-Lab91.0372-15.68783.5333

#c7eede color RGB value is (199,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101110 11011110
Octal 307 356 336
Decimal 199 238 222
Hex C7 EE DE

RGB Percentages of Color #c7eede

%30.20
%36.12
%33.69

CMYK Percentages of Color #c7eede

%16
%0
%7
%7

Triadic Colors of #c7eede

#c7eede #dec7ee #eedec7

Analogous Colors of #c7eede

#c7eede #c7ebee #c7eecb

Monochromatic Colors of #c7eede

#c7eede

Complementary Color

#c7eede #eec7d7

#c7eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7eede Color CSS Codes

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

#c7eede Text Font Color

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

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


#c7eede Background Color

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

This div background color is #c7eede


#c7eede Border Color

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

This div border color is #c7eede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7eede


Comments

No comments written yet.

Please login to write comment.