Color Hex Logo

#c2ecdb Color Hex

#C2ECDB
(194,236,219)
0 Favorites   0 Comments

Color spaces of #c2ecdb

RGB 194236219
HSL0.430.530.84
HSV156°18°93°
CMYK 0.180.000.07   0.07
XYZ65.029876.574778.3708
Yxy76.57470.29560.3481
Hunter Lab87.5070-20.48708.1551
CIE-Lab90.1255-16.85423.7378

#c2ecdb color RGB value is (194,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101100 11011011
Octal 302 354 333
Decimal 194 236 219
Hex C2 EC DB

RGB Percentages of Color #c2ecdb

%29.89
%36.36
%33.74

CMYK Percentages of Color #c2ecdb

%18
%0
%7
%7

Triadic Colors of #c2ecdb

#c2ecdb #dbc2ec #ecdbc2

Analogous Colors of #c2ecdb

#c2ecdb #c2e8ec #c2ecc6

Monochromatic Colors of #c2ecdb

#c2ecdb

Complementary Color

#c2ecdb #ecc2d3

#c2ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ecdb Color CSS Codes

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

#c2ecdb Text Font Color

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

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


#c2ecdb Background Color

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

This div background color is #c2ecdb


#c2ecdb Border Color

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

This div border color is #c2ecdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,236,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ecdb


Comments

No comments written yet.

Please login to write comment.