Color Hex Logo

#c2ecdc Color Hex

#C2ECDC
(194,236,220)
0 Favorites   0 Comments

Color spaces of #c2ecdc

RGB 194236220
HSL0.440.530.84
HSV157°18°93°
CMYK 0.180.000.07   0.07
XYZ65.161976.627579.0663
Yxy76.62750.29500.3470
Hunter Lab87.5371-20.31617.7234
CIE-Lab90.1499-16.66123.2512

#c2ecdc color RGB value is (194,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101100 11011100
Octal 302 354 334
Decimal 194 236 220
Hex C2 EC DC

RGB Percentages of Color #c2ecdc

%29.85
%36.31
%33.85

CMYK Percentages of Color #c2ecdc

%18
%0
%7
%7

Triadic Colors of #c2ecdc

#c2ecdc #dcc2ec #ecdcc2

Analogous Colors of #c2ecdc

#c2ecdc #c2e7ec #c2ecc7

Monochromatic Colors of #c2ecdc

#c2ecdc

Complementary Color

#c2ecdc #ecc2d2

#c2ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ecdc Color CSS Codes

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

#c2ecdc Text Font Color

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

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


#c2ecdc Background Color

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

This div background color is #c2ecdc


#c2ecdc Border Color

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

This div border color is #c2ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ecdc


Comments

No comments written yet.

Please login to write comment.