Color Hex Logo

#c1efde Color Hex

#C1EFDE
(193,239,222)
0 Favorites   0 Comments

Color spaces of #c1efde

RGB 193239222
HSL0.440.590.85
HSV158°19°94°
CMYK 0.190.000.07   0.06
XYZ66.043678.344480.7484
Yxy78.34440.29330.3480
Hunter Lab88.5124-21.70877.8694
CIE-Lab90.9368-18.07363.3422

#c1efde color RGB value is (193,239,222).

#c1efde hex color red value is 193, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c1efde hue: 0.44 , saturation: 0.59 and the lightness value of c1efde is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101111 11011110
Octal 301 357 336
Decimal 193 239 222
Hex C1 EF DE

RGB Percentages of Color #c1efde

%29.51
%36.54
%33.94

CMYK Percentages of Color #c1efde

%19
%0
%7
%6

Triadic Colors of #c1efde

#c1efde #dec1ef #efdec1

Analogous Colors of #c1efde

#c1efde #c1e9ef #c1efc7

Monochromatic Colors of #c1efde

#c1efde

Complementary Color

#c1efde #efc1d2

#c1efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1efde Color CSS Codes

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

#c1efde Text Font Color

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

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


#c1efde Background Color

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

This div background color is #c1efde


#c1efde Border Color

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

This div border color is #c1efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1efde


Comments

No comments written yet.

Please login to write comment.