Color Hex Logo

#c1ebdd Color Hex

#C1EBDD
(193,235,221)
1 Favorites   0 Comments

Color spaces of #c1ebdd

RGB 193235221
HSL0.440.510.84
HSV160°18°92°
CMYK 0.180.000.06   0.08
XYZ64.751875.974679.6584
Yxy75.97460.29380.3447
Hunter Lab87.1634-19.93226.8294
CIE-Lab89.8475-16.28492.2823

#c1ebdd color RGB value is (193,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101011 11011101
Octal 301 353 335
Decimal 193 235 221
Hex C1 EB DD

RGB Percentages of Color #c1ebdd

%29.74
%36.21
%34.05

CMYK Percentages of Color #c1ebdd

%18
%0
%6
%8

Triadic Colors of #c1ebdd

#c1ebdd #ddc1eb #ebddc1

Analogous Colors of #c1ebdd

#c1ebdd #c1e4eb #c1ebc8

Monochromatic Colors of #c1ebdd

#c1ebdd

Complementary Color

#c1ebdd #ebc1cf

#c1ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ebdd Color CSS Codes

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

#c1ebdd Text Font Color

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

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


#c1ebdd Background Color

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

This div background color is #c1ebdd


#c1ebdd Border Color

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

This div border color is #c1ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ebdd


Comments

No comments written yet.

Please login to write comment.