Color Hex Logo

#c2eecc Color Hex

#C2EECC
(194,238,204)
0 Favorites   0 Comments

Color spaces of #c2eecc

RGB 194238204
HSL0.370.560.85
HSV134°18°93°
CMYK 0.180.000.14   0.07
XYZ63.721876.978068.6265
Yxy76.97800.30440.3677
Hunter Lab87.7371-23.898815.0403
CIE-Lab90.3115-20.629911.8181

#c2eecc color RGB value is (194,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101110 11001100
Octal 302 356 314
Decimal 194 238 204
Hex C2 EE CC

RGB Percentages of Color #c2eecc

%30.50
%37.42
%32.08

CMYK Percentages of Color #c2eecc

%18
%0
%14
%7

Triadic Colors of #c2eecc

#c2eecc #ccc2ee #eeccc2

Analogous Colors of #c2eecc

#c2eecc #c2eee2 #ceeec2

Monochromatic Colors of #c2eecc

#c2eecc

Complementary Color

#c2eecc #eec2e4

#c2eecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eecc Color CSS Codes

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

#c2eecc Text Font Color

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

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


#c2eecc Background Color

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

This div background color is #c2eecc


#c2eecc Border Color

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

This div border color is #c2eecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eecc


Comments

No comments written yet.

Please login to write comment.