Color Hex Logo

#c6eaad Color Hex

#C6EAAD
(198,234,173)
0 Favorites   0 Comments

Color spaces of #c6eaad

RGB 198234173
HSL0.270.590.80
HSV95°26°92°
CMYK 0.150.000.26   0.08
XYZ60.254373.868550.6175
Yxy73.86850.32620.3999
Hunter Lab85.9468-25.266725.2445
CIE-Lab88.8603-22.460925.8608

#c6eaad color RGB value is (198,234,173).

#c6eaad hex color red value is 198, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c6eaad hue: 0.27 , saturation: 0.59 and the lightness value of c6eaad is 0.80.

The process color (four color CMYK) of #c6eaad color hex is 0.15, 0.00, 0.26, 0.08. Web safe color of #c6eaad is #ccff99. Color #c6eaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101010 10101101
Octal 306 352 255
Decimal 198 234 173
Hex C6 EA AD

RGB Percentages of Color #c6eaad

%32.73
%38.68
%28.60

CMYK Percentages of Color #c6eaad

%15
%0
%26
%8

Triadic Colors of #c6eaad

#c6eaad #adc6ea #eaadc6

Analogous Colors of #c6eaad

#c6eaad #adeab3 #e5eaad

Monochromatic Colors of #c6eaad

#c6eaad

Complementary Color

#c6eaad #d1adea

#c6eaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6eaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6eaad Color CSS Codes

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

#c6eaad Text Font Color

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

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


#c6eaad Background Color

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

This div background color is #c6eaad


#c6eaad Border Color

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

This div border color is #c6eaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6eaad


Comments

No comments written yet.

Please login to write comment.