Color Hex Logo

#c1eacd Color Hex

#C1EACD
(193,234,205)
0 Favorites   0 Comments

Color spaces of #c1eacd

RGB 193234205
HSL0.380.490.84
HSV138°18°92°
CMYK 0.180.000.12   0.08
XYZ62.434674.590968.8644
Yxy74.59090.30320.3623
Hunter Lab86.3660-22.101613.1810
CIE-Lab89.2010-18.81009.7056

#c1eacd color RGB value is (193,234,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101010 11001101
Octal 301 352 315
Decimal 193 234 205
Hex C1 EA CD

RGB Percentages of Color #c1eacd

%30.54
%37.03
%32.44

CMYK Percentages of Color #c1eacd

%18
%0
%12
%8

Triadic Colors of #c1eacd

#c1eacd #cdc1ea #eacdc1

Analogous Colors of #c1eacd

#c1eacd #c1eae2 #caeac1

Monochromatic Colors of #c1eacd

#c1eacd

Complementary Color

#c1eacd #eac1de

#c1eacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1eacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1eacd Color CSS Codes

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

#c1eacd Text Font Color

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

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


#c1eacd Background Color

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

This div background color is #c1eacd


#c1eacd Border Color

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

This div border color is #c1eacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1eacd


Comments

No comments written yet.

Please login to write comment.