Color Hex Logo

#c1eddc Color Hex

#C1EDDC
(193,237,220)
0 Favorites   0 Comments

Color spaces of #c1eddc

RGB 193237220
HSL0.440.550.84
HSV157°19°93°
CMYK 0.190.000.07   0.07
XYZ65.194877.073179.1506
Yxy77.07310.29440.3481
Hunter Lab87.7913-21.07867.9994
CIE-Lab90.3552-17.47223.5414

#c1eddc color RGB value is (193,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101101 11011100
Octal 301 355 334
Decimal 193 237 220
Hex C1 ED DC

RGB Percentages of Color #c1eddc

%29.69
%36.46
%33.85

CMYK Percentages of Color #c1eddc

%19
%0
%7
%7

Triadic Colors of #c1eddc

#c1eddc #dcc1ed #eddcc1

Analogous Colors of #c1eddc

#c1eddc #c1e8ed #c1edc6

Monochromatic Colors of #c1eddc

#c1eddc

Complementary Color

#c1eddc #edc1d2

#c1eddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1eddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1eddc Color CSS Codes

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

#c1eddc Text Font Color

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

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


#c1eddc Background Color

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

This div background color is #c1eddc


#c1eddc Border Color

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

This div border color is #c1eddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1eddc


Comments

No comments written yet.

Please login to write comment.