Color Hex Logo

#c1eadf Color Hex

#C1EADF
(193,234,223)
0 Favorites   0 Comments

Color spaces of #c1eadf

RGB 193234223
HSL0.460.490.84
HSV164°18°92°
CMYK 0.180.000.05   0.08
XYZ64.734475.510880.9752
Yxy75.51080.29260.3413
Hunter Lab86.8970-19.09505.5783
CIE-Lab89.6317-15.39400.9226

#c1eadf color RGB value is (193,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101010 11011111
Octal 301 352 337
Decimal 193 234 223
Hex C1 EA DF

RGB Percentages of Color #c1eadf

%29.69
%36.00
%34.31

CMYK Percentages of Color #c1eadf

%18
%0
%5
%8

Triadic Colors of #c1eadf

#c1eadf #dfc1ea #eadfc1

Analogous Colors of #c1eadf

#c1eadf #c1e1ea #c1eacb

Monochromatic Colors of #c1eadf

#c1eadf

Complementary Color

#c1eadf #eac1cc

#c1eadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1eadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1eadf Color CSS Codes

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

#c1eadf Text Font Color

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

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


#c1eadf Background Color

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

This div background color is #c1eadf


#c1eadf Border Color

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

This div border color is #c1eadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,234,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 #c1eadf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1eadf


Comments

No comments written yet.

Please login to write comment.