Color Hex Logo

#c3dedc Color Hex

#C3DEDC
(195,222,220)
0 Favorites   0 Comments

Color spaces of #c3dedc

RGB 195222220
HSL0.490.290.82
HSV176°12°87°
CMYK 0.120.000.01   0.13
XYZ61.545269.012077.7870
Yxy69.01200.29540.3312
Hunter Lab83.0735-13.13632.6344
CIE-Lab86.5100-9.2845-2.0496

#c3dedc color RGB value is (195,222,220).

#c3dedc hex color red value is 195, green value is 222 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c3dedc hue: 0.49 , saturation: 0.29 and the lightness value of c3dedc is 0.82.

The process color (four color CMYK) of #c3dedc color hex is 0.12, 0.00, 0.01, 0.13. Web safe color of #c3dedc is #cccccc. Color #c3dedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011110 11011100
Octal 303 336 334
Decimal 195 222 220
Hex C3 DE DC

RGB Percentages of Color #c3dedc

%30.61
%34.85
%34.54

CMYK Percentages of Color #c3dedc

%12
%0
%1
%13

Triadic Colors of #c3dedc

#c3dedc #dcc3de #dedcc3

Analogous Colors of #c3dedc

#c3dedc #c3d3de #c3decf

Monochromatic Colors of #c3dedc

#c3dedc

Complementary Color

#c3dedc #dec3c5

#c3dedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dedc Color CSS Codes

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

#c3dedc Text Font Color

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

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


#c3dedc Background Color

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

This div background color is #c3dedc


#c3dedc Border Color

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

This div border color is #c3dedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dedc


Comments

No comments written yet.

Please login to write comment.