Color Hex Logo

#c7e6ef Color Hex

#C7E6EF
(199,230,239)
0 Favorites   0 Comments

Color spaces of #c7e6ef

RGB 199230239
HSL0.540.560.86
HSV194°17°94°
CMYK 0.170.040.00   0.06
XYZ67.430074.967792.5776
Yxy74.96770.28700.3190
Hunter Lab86.5839-12.5092-2.7856
CIE-Lab89.3779-8.2765-7.7861

#c7e6ef color RGB value is (199,230,239).

#c7e6ef hex color red value is 199, green value is 230 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c7e6ef hue: 0.54 , saturation: 0.56 and the lightness value of c7e6ef is 0.86.

The process color (four color CMYK) of #c7e6ef color hex is 0.17, 0.04, 0.00, 0.06. Web safe color of #c7e6ef is #ccffff. Color #c7e6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11100110 11101111
Octal 307 346 357
Decimal 199 230 239
Hex C7 E6 EF

RGB Percentages of Color #c7e6ef

%29.79
%34.43
%35.78

CMYK Percentages of Color #c7e6ef

%17
%4
%0
%6

Triadic Colors of #c7e6ef

#c7e6ef #efc7e6 #e6efc7

Analogous Colors of #c7e6ef

#c7e6ef #c7d2ef #c7efe4

Monochromatic Colors of #c7e6ef

#c7e6ef

Complementary Color

#c7e6ef #efd0c7

#c7e6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7e6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7e6ef Color CSS Codes

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

#c7e6ef Text Font Color

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

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


#c7e6ef Background Color

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

This div background color is #c7e6ef


#c7e6ef Border Color

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

This div border color is #c7e6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7e6ef


Comments

No comments written yet.

Please login to write comment.