Color Hex Logo

#c2eaec Color Hex

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

Color spaces of #c2eaec

RGB 194234236
HSL0.510.530.84
HSV183°18°93°
CMYK 0.180.010.00   0.07
XYZ66.811376.371190.5766
Yxy76.37110.28580.3267
Hunter Lab87.3906-16.4677-0.2782
CIE-Lab90.0314-12.4614-5.2844

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

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

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

Base Numbers

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

RGB Percentages of Color #c2eaec

%29.22
%35.24
%35.54

CMYK Percentages of Color #c2eaec

%18
%1
%0
%7

Triadic Colors of #c2eaec

#c2eaec #ecc2ea #eaecc2

Analogous Colors of #c2eaec

#c2eaec #c2d5ec #c2ecd9

Monochromatic Colors of #c2eaec

#c2eaec

Complementary Color

#c2eaec #ecc4c2

#c2eaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eaec Color CSS Codes

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

#c2eaec Text Font Color

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

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


#c2eaec Background Color

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

This div background color is #c2eaec


#c2eaec Border Color

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

This div border color is #c2eaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eaec


Comments

No comments written yet.

Please login to write comment.