Color Hex Logo

#c1ecdc Color Hex

#C1ECDC
(193,236,220)
0 Favorites   0 Comments

Color spaces of #c1ecdc

RGB 193236220
HSL0.440.530.84
HSV158°18°93°
CMYK 0.180.000.07   0.07
XYZ64.906076.495779.0544
Yxy76.49570.29440.3470
Hunter Lab87.4618-20.59217.6326
CIE-Lab90.0890-16.97663.1553

#c1ecdc color RGB value is (193,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101100 11011100
Octal 301 354 334
Decimal 193 236 220
Hex C1 EC DC

RGB Percentages of Color #c1ecdc

%29.74
%36.36
%33.90

CMYK Percentages of Color #c1ecdc

%18
%0
%7
%7

Triadic Colors of #c1ecdc

#c1ecdc #dcc1ec #ecdcc1

Analogous Colors of #c1ecdc

#c1ecdc #c1e7ec #c1ecc7

Monochromatic Colors of #c1ecdc

#c1ecdc

Complementary Color

#c1ecdc #ecc1d1

#c1ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ecdc Color CSS Codes

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

#c1ecdc Text Font Color

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

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


#c1ecdc Background Color

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

This div background color is #c1ecdc


#c1ecdc Border Color

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

This div border color is #c1ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ecdc


Comments

No comments written yet.

Please login to write comment.