Color Hex Logo

#c1ebde Color Hex

#C1EBDE
(193,235,222)
0 Favorites   0 Comments

Color spaces of #c1ebde

RGB 193235222
HSL0.450.510.84
HSV161°18°92°
CMYK 0.180.000.06   0.08
XYZ64.885576.028080.3623
Yxy76.02800.29320.3436
Hunter Lab87.1940-19.75876.3913
CIE-Lab89.8723-16.08911.7958

#c1ebde color RGB value is (193,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101011 11011110
Octal 301 353 336
Decimal 193 235 222
Hex C1 EB DE

RGB Percentages of Color #c1ebde

%29.69
%36.15
%34.15

CMYK Percentages of Color #c1ebde

%18
%0
%6
%8

Triadic Colors of #c1ebde

#c1ebde #dec1eb #ebdec1

Analogous Colors of #c1ebde

#c1ebde #c1e3eb #c1ebc9

Monochromatic Colors of #c1ebde

#c1ebde

Complementary Color

#c1ebde #ebc1ce

#c1ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ebde Color CSS Codes

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

#c1ebde Text Font Color

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

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


#c1ebde Background Color

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

This div background color is #c1ebde


#c1ebde Border Color

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

This div border color is #c1ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ebde


Comments

No comments written yet.

Please login to write comment.