Color Hex Logo

#c6eace Color Hex

#C6EACE
(198,234,206)
0 Favorites   0 Comments

Color spaces of #c6eace

RGB 198234206
HSL0.370.460.85
HSV133°15°92°
CMYK 0.150.000.12   0.08
XYZ63.852175.307669.5630
Yxy75.30760.30590.3608
Hunter Lab86.7800-20.525813.2190
CIE-Lab89.5369-16.99309.7061

#c6eace color RGB value is (198,234,206).

#c6eace hex color red value is 198, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c6eace hue: 0.37 , saturation: 0.46 and the lightness value of c6eace is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101010 11001110
Octal 306 352 316
Decimal 198 234 206
Hex C6 EA CE

RGB Percentages of Color #c6eace

%31.03
%36.68
%32.29

CMYK Percentages of Color #c6eace

%15
%0
%12
%8

Triadic Colors of #c6eace

#c6eace #cec6ea #eacec6

Analogous Colors of #c6eace

#c6eace #c6eae0 #d0eac6

Monochromatic Colors of #c6eace

#c6eace

Complementary Color

#c6eace #eac6e2

#c6eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6eace Color CSS Codes

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

#c6eace Text Font Color

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

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


#c6eace Background Color

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

This div background color is #c6eace


#c6eace Border Color

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

This div border color is #c6eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6eace


Comments

No comments written yet.

Please login to write comment.