Color Hex Logo

#c6eadd Color Hex

#C6EADD
(198,234,221)
0 Favorites   0 Comments

Color spaces of #c6eadd

RGB 198234221
HSL0.440.460.85
HSV158°15°92°
CMYK 0.150.000.06   0.08
XYZ65.762776.071979.6239
Yxy76.07190.29700.3435
Hunter Lab87.2192-18.04586.9266
CIE-Lab89.8927-14.20192.3862

#c6eadd color RGB value is (198,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101010 11011101
Octal 306 352 335
Decimal 198 234 221
Hex C6 EA DD

RGB Percentages of Color #c6eadd

%30.32
%35.83
%33.84

CMYK Percentages of Color #c6eadd

%15
%0
%6
%8

Triadic Colors of #c6eadd

#c6eadd #ddc6ea #eaddc6

Analogous Colors of #c6eadd

#c6eadd #c6e5ea #c6eacb

Monochromatic Colors of #c6eadd

#c6eadd

Complementary Color

#c6eadd #eac6d3

#c6eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6eadd Color CSS Codes

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

#c6eadd Text Font Color

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

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


#c6eadd Background Color

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

This div background color is #c6eadd


#c6eadd Border Color

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

This div border color is #c6eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6eadd


Comments

No comments written yet.

Please login to write comment.