Color Hex Logo

#c1eddf Color Hex

#C1EDDF
(193,237,223)
0 Favorites   0 Comments

Color spaces of #c1eddf

RGB 193237223
HSL0.450.550.84
HSV161°19°93°
CMYK 0.190.000.06   0.07
XYZ65.595877.233581.2623
Yxy77.23350.29270.3447
Hunter Lab87.8826-20.56176.6942
CIE-Lab90.4290-16.88782.0833

#c1eddf color RGB value is (193,237,223).

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

The process color (four color CMYK) of #c1eddf color hex is 0.19, 0.00, 0.06, 0.07. Web safe color of #c1eddf is #ccffcc. Color #c1eddf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101101 11011111
Octal 301 355 337
Decimal 193 237 223
Hex C1 ED DF

RGB Percentages of Color #c1eddf

%29.56
%36.29
%34.15

CMYK Percentages of Color #c1eddf

%19
%0
%6
%7

Triadic Colors of #c1eddf

#c1eddf #dfc1ed #eddfc1

Analogous Colors of #c1eddf

#c1eddf #c1e5ed #c1edc9

Monochromatic Colors of #c1eddf

#c1eddf

Complementary Color

#c1eddf #edc1cf

#c1eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1eddf Color CSS Codes

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

#c1eddf Text Font Color

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

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


#c1eddf Background Color

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

This div background color is #c1eddf


#c1eddf Border Color

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

This div border color is #c1eddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1eddf


Comments

No comments written yet.

Please login to write comment.