Color Hex Logo

#c2edef Color Hex

#C2EDEF
(194,237,239)
0 Favorites   0 Comments

Color spaces of #c2edef

RGB 194237239
HSL0.510.580.85
HSV183°19°94°
CMYK 0.190.010.00   0.06
XYZ68.112378.269793.1790
Yxy78.26970.28430.3267
Hunter Lab88.4702-17.3974-0.5166
CIE-Lab90.9028-13.3506-5.5663

#c2edef color RGB value is (194,237,239).

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

The process color (four color CMYK) of #c2edef color hex is 0.19, 0.01, 0.00, 0.06. Web safe color of #c2edef is #ccffff. Color #c2edef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101101 11101111
Octal 302 355 357
Decimal 194 237 239
Hex C2 ED EF

RGB Percentages of Color #c2edef

%28.96
%35.37
%35.67

CMYK Percentages of Color #c2edef

%19
%1
%0
%6

Triadic Colors of #c2edef

#c2edef #efc2ed #edefc2

Analogous Colors of #c2edef

#c2edef #c2d7ef #c2efdb

Monochromatic Colors of #c2edef

#c2edef

Complementary Color

#c2edef #efc4c2

#c2edef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2edef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2edef Color CSS Codes

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

#c2edef Text Font Color

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

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


#c2edef Background Color

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

This div background color is #c2edef


#c2edef Border Color

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

This div border color is #c2edef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2edef


Comments

No comments written yet.

Please login to write comment.