Color Hex Logo

#c6eadc Color Hex

#C6EADC
(198,234,220)
0 Favorites   0 Comments

Color spaces of #c6eadc

RGB 198234220
HSL0.440.460.85
HSV157°15°92°
CMYK 0.150.000.06   0.08
XYZ65.629876.018778.9242
Yxy76.01870.29750.3446
Hunter Lab87.1887-18.21747.3621
CIE-Lab89.8680-14.39352.8730

#c6eadc color RGB value is (198,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101010 11011100
Octal 306 352 334
Decimal 198 234 220
Hex C6 EA DC

RGB Percentages of Color #c6eadc

%30.37
%35.89
%33.74

CMYK Percentages of Color #c6eadc

%15
%0
%6
%8

Triadic Colors of #c6eadc

#c6eadc #dcc6ea #eadcc6

Analogous Colors of #c6eadc

#c6eadc #c6e6ea #c6eaca

Monochromatic Colors of #c6eadc

#c6eadc

Complementary Color

#c6eadc #eac6d4

#c6eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6eadc Color CSS Codes

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

#c6eadc Text Font Color

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

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


#c6eadc Background Color

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

This div background color is #c6eadc


#c6eadc Border Color

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

This div border color is #c6eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6eadc


Comments

No comments written yet.

Please login to write comment.