Color Hex Logo

#c1edea Color Hex

#C1EDEA
(193,237,234)
0 Favorites   0 Comments

Color spaces of #c1edea

RGB 193237234
HSL0.490.550.84
HSV176°19°93°
CMYK 0.190.000.01   0.07
XYZ67.127877.846389.3297
Yxy77.84630.28650.3322
Hunter Lab88.2306-18.59661.7328
CIE-Lab90.7097-14.6844-3.2476

#c1edea color RGB value is (193,237,234).

#c1edea hex color red value is 193, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c1edea hue: 0.49 , saturation: 0.55 and the lightness value of c1edea is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101101 11101010
Octal 301 355 352
Decimal 193 237 234
Hex C1 ED EA

RGB Percentages of Color #c1edea

%29.07
%35.69
%35.24

CMYK Percentages of Color #c1edea

%19
%0
%1
%7

Triadic Colors of #c1edea

#c1edea #eac1ed #edeac1

Analogous Colors of #c1edea

#c1edea #c1daed #c1edd4

Monochromatic Colors of #c1edea

#c1edea

Complementary Color

#c1edea #edc1c4

#c1edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1edea Color CSS Codes

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

#c1edea Text Font Color

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

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


#c1edea Background Color

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

This div background color is #c1edea


#c1edea Border Color

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

This div border color is #c1edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1edea


Comments

No comments written yet.

Please login to write comment.