Color Hex Logo

#c2ecee Color Hex

#C2ECEE
(194,236,238)
0 Favorites   0 Comments

Color spaces of #c2ecee

RGB 194236238
HSL0.510.560.85
HSV183°18°93°
CMYK 0.180.010.00   0.07
XYZ67.676277.633392.3067
Yxy77.63330.28480.3267
Hunter Lab88.1098-17.0881-0.4373
CIE-Lab90.6123-13.0553-5.4728

#c2ecee color RGB value is (194,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101100 11101110
Octal 302 354 356
Decimal 194 236 238
Hex C2 EC EE

RGB Percentages of Color #c2ecee

%29.04
%35.33
%35.63

CMYK Percentages of Color #c2ecee

%18
%1
%0
%7

Triadic Colors of #c2ecee

#c2ecee #eec2ec #eceec2

Analogous Colors of #c2ecee

#c2ecee #c2d6ee #c2eeda

Monochromatic Colors of #c2ecee

#c2ecee

Complementary Color

#c2ecee #eec4c2

#c2ecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ecee Color CSS Codes

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

#c2ecee Text Font Color

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

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


#c2ecee Background Color

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

This div background color is #c2ecee


#c2ecee Border Color

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

This div border color is #c2ecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ecee


Comments

No comments written yet.

Please login to write comment.