Color Hex Logo

#c3eced Color Hex

#C3ECED
(195,236,237)
0 Favorites   0 Comments

Color spaces of #c3eced

RGB 195236237
HSL0.500.540.85
HSV181°18°93°
CMYK 0.180.000.00   0.07
XYZ67.787277.707491.5470
Yxy77.70740.28600.3278
Hunter Lab88.1518-17.00230.1327
CIE-Lab90.6462-12.9575-4.8936

#c3eced color RGB value is (195,236,237).

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

The process color (four color CMYK) of #c3eced color hex is 0.18, 0.00, 0.00, 0.07. Web safe color of #c3eced is #ccffff. Color #c3eced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101100 11101101
Octal 303 354 355
Decimal 195 236 237
Hex C3 EC ED

RGB Percentages of Color #c3eced

%29.19
%35.33
%35.48

CMYK Percentages of Color #c3eced

%18
%0
%0
%7

Triadic Colors of #c3eced

#c3eced #edc3ec #ecedc3

Analogous Colors of #c3eced

#c3eced #c3d7ed #c3edd9

Monochromatic Colors of #c3eced

#c3eced

Complementary Color

#c3eced #edc4c3

#c3eced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3eced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3eced Color CSS Codes

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

#c3eced Text Font Color

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

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


#c3eced Background Color

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

This div background color is #c3eced


#c3eced Border Color

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

This div border color is #c3eced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3eced


Comments

No comments written yet.

Please login to write comment.