Color Hex Logo

#c2eccd Color Hex

#C2ECCD
(194,236,205)
0 Favorites   0 Comments

Color spaces of #c2eccd

RGB 194236205
HSL0.380.530.84
HSV136°18°93°
CMYK 0.180.000.13   0.07
XYZ63.263075.868069.0673
Yxy75.86800.30390.3644
Hunter Lab87.1022-22.783013.9578
CIE-Lab89.7980-19.469410.5665

#c2eccd color RGB value is (194,236,205).

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

The process color (four color CMYK) of #c2eccd color hex is 0.18, 0.00, 0.13, 0.07. Web safe color of #c2eccd is #ccffcc. Color #c2eccd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101100 11001101
Octal 302 354 315
Decimal 194 236 205
Hex C2 EC CD

RGB Percentages of Color #c2eccd

%30.55
%37.17
%32.28

CMYK Percentages of Color #c2eccd

%18
%0
%13
%7

Triadic Colors of #c2eccd

#c2eccd #cdc2ec #eccdc2

Analogous Colors of #c2eccd

#c2eccd #c2ece2 #ccecc2

Monochromatic Colors of #c2eccd

#c2eccd

Complementary Color

#c2eccd #ecc2e1

#c2eccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eccd Color CSS Codes

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

#c2eccd Text Font Color

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

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


#c2eccd Background Color

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

This div background color is #c2eccd


#c2eccd Border Color

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

This div border color is #c2eccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eccd


Comments

No comments written yet.

Please login to write comment.