Color Hex Logo

#c1eadd Color Hex

#C1EADD
(193,234,221)
0 Favorites   0 Comments

Color spaces of #c1eadd

RGB 193234221
HSL0.450.490.84
HSV161°18°92°
CMYK 0.180.000.06   0.08
XYZ64.466375.403679.5632
Yxy75.40360.29380.3436
Hunter Lab86.8352-19.44376.4599
CIE-Lab89.5817-15.78661.8958

#c1eadd color RGB value is (193,234,221).

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

The process color (four color CMYK) of #c1eadd color hex is 0.18, 0.00, 0.06, 0.08. Web safe color of #c1eadd is #ccffcc. Color #c1eadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101010 11011101
Octal 301 352 335
Decimal 193 234 221
Hex C1 EA DD

RGB Percentages of Color #c1eadd

%29.78
%36.11
%34.10

CMYK Percentages of Color #c1eadd

%18
%0
%6
%8

Triadic Colors of #c1eadd

#c1eadd #ddc1ea #eaddc1

Analogous Colors of #c1eadd

#c1eadd #c1e3ea #c1eac9

Monochromatic Colors of #c1eadd

#c1eadd

Complementary Color

#c1eadd #eac1ce

#c1eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1eadd Color CSS Codes

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

#c1eadd Text Font Color

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

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


#c1eadd Background Color

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

This div background color is #c1eadd


#c1eadd Border Color

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

This div border color is #c1eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1eadd


Comments

No comments written yet.

Please login to write comment.