Color Hex Logo

#c2eaca Color Hex

#C2EACA
(194,234,202)
0 Favorites   0 Comments

Color spaces of #c2eaca

RGB 194234202
HSL0.370.490.84
HSV132°17°92°
CMYK 0.170.000.14   0.08
XYZ62.331674.579266.9871
Yxy74.57920.30570.3658
Hunter Lab86.3592-22.292614.4614
CIE-Lab89.1955-19.025511.2705

#c2eaca color RGB value is (194,234,202).

#c2eaca hex color red value is 194, green value is 234 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c2eaca hue: 0.37 , saturation: 0.49 and the lightness value of c2eaca is 0.84.

The process color (four color CMYK) of #c2eaca color hex is 0.17, 0.00, 0.14, 0.08. Web safe color of #c2eaca is #ccffcc. Color #c2eaca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101010 11001010
Octal 302 352 312
Decimal 194 234 202
Hex C2 EA CA

RGB Percentages of Color #c2eaca

%30.79
%37.14
%32.06

CMYK Percentages of Color #c2eaca

%17
%0
%14
%8

Triadic Colors of #c2eaca

#c2eaca #cac2ea #eacac2

Analogous Colors of #c2eaca

#c2eaca #c2eade #ceeac2

Monochromatic Colors of #c2eaca

#c2eaca

Complementary Color

#c2eaca #eac2e2

#c2eaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eaca Color CSS Codes

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

#c2eaca Text Font Color

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

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


#c2eaca Background Color

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

This div background color is #c2eaca


#c2eaca Border Color

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

This div border color is #c2eaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eaca


Comments

No comments written yet.

Please login to write comment.