Color Hex Logo

#c3e6dc Color Hex

#C3E6DC
(195,230,220)
0 Favorites   0 Comments

Color spaces of #c3e6dc

RGB 195230220
HSL0.450.410.83
HSV163°15°90°
CMYK 0.150.000.04   0.10
XYZ63.720873.363078.5122
Yxy73.36300.29560.3403
Hunter Lab85.6522-17.09665.6090
CIE-Lab88.6206-13.34371.0354

#c3e6dc color RGB value is (195,230,220).

#c3e6dc hex color red value is 195, green value is 230 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c3e6dc hue: 0.45 , saturation: 0.41 and the lightness value of c3e6dc is 0.83.

The process color (four color CMYK) of #c3e6dc color hex is 0.15, 0.00, 0.04, 0.10. Web safe color of #c3e6dc is #ccffcc. Color #c3e6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11100110 11011100
Octal 303 346 334
Decimal 195 230 220
Hex C3 E6 DC

RGB Percentages of Color #c3e6dc

%30.23
%35.66
%34.11

CMYK Percentages of Color #c3e6dc

%15
%0
%4
%10

Triadic Colors of #c3e6dc

#c3e6dc #dcc3e6 #e6dcc3

Analogous Colors of #c3e6dc

#c3e6dc #c3dfe6 #c3e6cb

Monochromatic Colors of #c3e6dc

#c3e6dc

Complementary Color

#c3e6dc #e6c3cd

#c3e6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3e6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3e6dc Color CSS Codes

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

#c3e6dc Text Font Color

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

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


#c3e6dc Background Color

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

This div background color is #c3e6dc


#c3e6dc Border Color

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

This div border color is #c3e6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3e6dc


Comments

No comments written yet.

Please login to write comment.