Color Hex Logo

#c1ecdb Color Hex

#C1ECDB
(193,236,219)
0 Favorites   0 Comments

Color spaces of #c1ecdb

RGB 193236219
HSL0.430.530.84
HSV156°18°93°
CMYK 0.180.000.07   0.07
XYZ64.774076.442878.3588
Yxy76.44280.29500.3481
Hunter Lab87.4316-20.76298.0646
CIE-Lab90.0645-17.16993.6419

#c1ecdb color RGB value is (193,236,219).

#c1ecdb hex color red value is 193, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c1ecdb hue: 0.43 , saturation: 0.53 and the lightness value of c1ecdb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101100 11011011
Octal 301 354 333
Decimal 193 236 219
Hex C1 EC DB

RGB Percentages of Color #c1ecdb

%29.78
%36.42
%33.80

CMYK Percentages of Color #c1ecdb

%18
%0
%7
%7

Triadic Colors of #c1ecdb

#c1ecdb #dbc1ec #ecdbc1

Analogous Colors of #c1ecdb

#c1ecdb #c1e8ec #c1ecc6

Monochromatic Colors of #c1ecdb

#c1ecdb

Complementary Color

#c1ecdb #ecc1d2

#c1ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ecdb Color CSS Codes

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

#c1ecdb Text Font Color

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

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


#c1ecdb Background Color

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

This div background color is #c1ecdb


#c1ecdb Border Color

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

This div border color is #c1ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ecdb


Comments

No comments written yet.

Please login to write comment.