Color Hex Logo

#c6edca Color Hex

#C6EDCA
(198,237,202)
0 Favorites   0 Comments

Color spaces of #c6edca

RGB 198237202
HSL0.350.520.85
HSV126°16°93°
CMYK 0.160.000.15   0.07
XYZ64.233676.838467.3229
Yxy76.83840.30820.3687
Hunter Lab87.6575-22.599615.8242
CIE-Lab90.2472-19.184212.8000

#c6edca color RGB value is (198,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101101 11001010
Octal 306 355 312
Decimal 198 237 202
Hex C6 ED CA

RGB Percentages of Color #c6edca

%31.08
%37.21
%31.71

CMYK Percentages of Color #c6edca

%16
%0
%15
%7

Triadic Colors of #c6edca

#c6edca #cac6ed #edcac6

Analogous Colors of #c6edca

#c6edca #c6edde #d6edc6

Monochromatic Colors of #c6edca

#c6edca

Complementary Color

#c6edca #edc6e9

#c6edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6edca Color CSS Codes

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

#c6edca Text Font Color

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

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


#c6edca Background Color

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

This div background color is #c6edca


#c6edca Border Color

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

This div border color is #c6edca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6edca


Comments

No comments written yet.

Please login to write comment.