Color Hex Logo

#c6edcd Color Hex

#C6EDCD
(198,237,205)
0 Favorites   0 Comments

Color spaces of #c6edcd

RGB 198237205
HSL0.360.520.85
HSV131°16°93°
CMYK 0.160.000.14   0.07
XYZ64.592376.981969.2122
Yxy76.98190.30640.3652
Hunter Lab87.7393-22.135014.6473
CIE-Lab90.3133-18.653911.3348

#c6edcd color RGB value is (198,237,205).

#c6edcd hex color red value is 198, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c6edcd hue: 0.36 , saturation: 0.52 and the lightness value of c6edcd is 0.85.

The process color (four color CMYK) of #c6edcd color hex is 0.16, 0.00, 0.14, 0.07. Web safe color of #c6edcd is #ccffcc. Color #c6edcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101101 11001101
Octal 306 355 315
Decimal 198 237 205
Hex C6 ED CD

RGB Percentages of Color #c6edcd

%30.94
%37.03
%32.03

CMYK Percentages of Color #c6edcd

%16
%0
%14
%7

Triadic Colors of #c6edcd

#c6edcd #cdc6ed #edcdc6

Analogous Colors of #c6edcd

#c6edcd #c6ede1 #d3edc6

Monochromatic Colors of #c6edcd

#c6edcd

Complementary Color

#c6edcd #edc6e6

#c6edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6edcd Color CSS Codes

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

#c6edcd Text Font Color

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

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


#c6edcd Background Color

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

This div background color is #c6edcd


#c6edcd Border Color

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

This div border color is #c6edcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6edcd


Comments

No comments written yet.

Please login to write comment.