Color Hex Logo

#c2edee Color Hex

#C2EDEE
(194,237,238)
0 Favorites   0 Comments

Color spaces of #c2edee

RGB 194237238
HSL0.500.560.85
HSV181°18°93°
CMYK 0.180.000.00   0.07
XYZ67.964978.210892.4030
Yxy78.21080.28490.3278
Hunter Lab88.4369-17.5849-0.0432
CIE-Lab90.8760-13.5580-5.0839

#c2edee color RGB value is (194,237,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101101 11101110
Octal 302 355 356
Decimal 194 237 238
Hex C2 ED EE

RGB Percentages of Color #c2edee

%29.00
%35.43
%35.58

CMYK Percentages of Color #c2edee

%18
%0
%0
%7

Triadic Colors of #c2edee

#c2edee #eec2ed #edeec2

Analogous Colors of #c2edee

#c2edee #c2d7ee #c2eed9

Monochromatic Colors of #c2edee

#c2edee

Complementary Color

#c2edee #eec3c2

#c2edee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2edee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2edee Color CSS Codes

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

#c2edee Text Font Color

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

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


#c2edee Background Color

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

This div background color is #c2edee


#c2edee Border Color

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

This div border color is #c2edee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,237,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 #c2edee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2edee


Comments

No comments written yet.

Please login to write comment.