Color Hex Logo

#c2ecea Color Hex

#C2ECEA
(194,236,234)
0 Favorites   0 Comments

Color spaces of #c2ecea

RGB 194236234
HSL0.490.530.84
HSV177°18°93°
CMYK 0.180.000.01   0.07
XYZ67.094977.400889.2455
Yxy77.40080.28700.3311
Hunter Lab87.9777-17.83071.4400
CIE-Lab90.5058-13.8781-3.5404

#c2ecea color RGB value is (194,236,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101100 11101010
Octal 302 354 352
Decimal 194 236 234
Hex C2 EC EA

RGB Percentages of Color #c2ecea

%29.22
%35.54
%35.24

CMYK Percentages of Color #c2ecea

%18
%0
%1
%7

Triadic Colors of #c2ecea

#c2ecea #eac2ec #eceac2

Analogous Colors of #c2ecea

#c2ecea #c2d9ec #c2ecd5

Monochromatic Colors of #c2ecea

#c2ecea

Complementary Color

#c2ecea #ecc2c4

#c2ecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ecea Color CSS Codes

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

#c2ecea Text Font Color

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

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


#c2ecea Background Color

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

This div background color is #c2ecea


#c2ecea Border Color

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

This div border color is #c2ecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ecea


Comments

No comments written yet.

Please login to write comment.