Color Hex Logo

#c2eedb Color Hex

#C2EEDB
(194,238,219)
0 Favorites   0 Comments

Color spaces of #c2eedb

RGB 194238219
HSL0.430.560.85
HSV154°18°93°
CMYK 0.180.000.08   0.07
XYZ65.608977.732978.5638
Yxy77.73290.29570.3503
Hunter Lab88.1663-21.46028.8838
CIE-Lab90.6579-17.84504.5087

#c2eedb color RGB value is (194,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101110 11011011
Octal 302 356 333
Decimal 194 238 219
Hex C2 EE DB

RGB Percentages of Color #c2eedb

%29.80
%36.56
%33.64

CMYK Percentages of Color #c2eedb

%18
%0
%8
%7

Triadic Colors of #c2eedb

#c2eedb #dbc2ee #eedbc2

Analogous Colors of #c2eedb

#c2eedb #c2ebee #c2eec5

Monochromatic Colors of #c2eedb

#c2eedb

Complementary Color

#c2eedb #eec2d5

#c2eedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eedb Color CSS Codes

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

#c2eedb Text Font Color

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

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


#c2eedb Background Color

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

This div background color is #c2eedb


#c2eedb Border Color

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

This div border color is #c2eedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eedb


Comments

No comments written yet.

Please login to write comment.