Color Hex Logo

#c1edee Color Hex

#C1EDEE
(193,237,238)
0 Favorites   0 Comments

Color spaces of #c1edee

RGB 193237238
HSL0.500.570.85
HSV181°19°93°
CMYK 0.190.000.00   0.07
XYZ67.709178.078992.3910
Yxy78.07890.28430.3278
Hunter Lab88.3623-17.8553-0.1396
CIE-Lab90.8159-13.8605-5.1794

#c1edee color RGB value is (193,237,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101101 11101110
Octal 301 355 356
Decimal 193 237 238
Hex C1 ED EE

RGB Percentages of Color #c1edee

%28.89
%35.48
%35.63

CMYK Percentages of Color #c1edee

%19
%0
%0
%7

Triadic Colors of #c1edee

#c1edee #eec1ed #edeec1

Analogous Colors of #c1edee

#c1edee #c1d7ee #c1eed9

Monochromatic Colors of #c1edee

#c1edee

Complementary Color

#c1edee #eec2c1

#c1edee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1edee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1edee Color CSS Codes

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

#c1edee Text Font Color

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

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


#c1edee Background Color

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

This div background color is #c1edee


#c1edee Border Color

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

This div border color is #c1edee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1edee

#c1edee Color Palettes


Comments

No comments written yet.

Please login to write comment.