Color Hex Logo

#c3ecdc Color Hex

#C3ECDC
(195,236,220)
0 Favorites   0 Comments

Color spaces of #c3ecdc

RGB 195236220
HSL0.430.520.85
HSV157°17°93°
CMYK 0.170.000.07   0.07
XYZ65.419476.760379.0784
Yxy76.76030.29570.3469
Hunter Lab87.6130-20.03927.8146
CIE-Lab90.2112-16.34543.3477

#c3ecdc color RGB value is (195,236,220).

#c3ecdc hex color red value is 195, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c3ecdc hue: 0.43 , saturation: 0.52 and the lightness value of c3ecdc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101100 11011100
Octal 303 354 334
Decimal 195 236 220
Hex C3 EC DC

RGB Percentages of Color #c3ecdc

%29.95
%36.25
%33.79

CMYK Percentages of Color #c3ecdc

%17
%0
%7
%7

Triadic Colors of #c3ecdc

#c3ecdc #dcc3ec #ecdcc3

Analogous Colors of #c3ecdc

#c3ecdc #c3e8ec #c3ecc8

Monochromatic Colors of #c3ecdc

#c3ecdc

Complementary Color

#c3ecdc #ecc3d3

#c3ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ecdc Color CSS Codes

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

#c3ecdc Text Font Color

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

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


#c3ecdc Background Color

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

This div background color is #c3ecdc


#c3ecdc Border Color

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

This div border color is #c3ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ecdc


Comments

No comments written yet.

Please login to write comment.