Color Hex Logo

#c2e6cd Color Hex

#C2E6CD
(194,230,205)
0 Favorites   0 Comments

Color spaces of #c2e6cd

RGB 194230205
HSL0.380.420.83
HSV138°16°90°
CMYK 0.160.000.11   0.10
XYZ61.564472.470768.5011
Yxy72.47070.30400.3578
Hunter Lab85.1297-19.888811.8821
CIE-Lab88.1947-16.50118.2729

#c2e6cd color RGB value is (194,230,205).

#c2e6cd hex color red value is 194, green value is 230 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c2e6cd hue: 0.38 , saturation: 0.42 and the lightness value of c2e6cd is 0.83.

The process color (four color CMYK) of #c2e6cd color hex is 0.16, 0.00, 0.11, 0.10. Web safe color of #c2e6cd is #ccffcc. Color #c2e6cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11100110 11001101
Octal 302 346 315
Decimal 194 230 205
Hex C2 E6 CD

RGB Percentages of Color #c2e6cd

%30.84
%36.57
%32.59

CMYK Percentages of Color #c2e6cd

%16
%0
%11
%10

Triadic Colors of #c2e6cd

#c2e6cd #cdc2e6 #e6cdc2

Analogous Colors of #c2e6cd

#c2e6cd #c2e6df #c9e6c2

Monochromatic Colors of #c2e6cd

#c2e6cd

Complementary Color

#c2e6cd #e6c2db

#c2e6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2e6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2e6cd Color CSS Codes

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

#c2e6cd Text Font Color

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

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


#c2e6cd Background Color

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

This div background color is #c2e6cd


#c2e6cd Border Color

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

This div border color is #c2e6cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,230,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 #c2e6cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2e6cd


Comments

No comments written yet.

Please login to write comment.