color codes Logo

#c3dedd color codes

#C3DEDD
(195,222,221)
0 Favorites   0 Comments

Color spaces of #c3dedd

RGB 195222221
HSL0.490.290.82
HSV178°12°87°
CMYK 0.120.000.00   0.13
XYZ61.678169.065178.4867
Yxy69.06510.29480.3301
Hunter Lab83.1054-12.95772.1789
CIE-Lab86.5363-9.0867-2.5388

#c3dedd color RGB value is (195,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011110 11011101
Octal 303 336 335
Decimal 195 222 221
Hex C3 DE DD

RGB Percentages of Color #c3dedd

%30.56
%34.80
%34.64

CMYK Percentages of Color #c3dedd

%12
%0
%0
%13

Triadic Colors of #c3dedd

#c3dedd #ddc3de #deddc3

Analogous Colors of #c3dedd

#c3dedd #c3d2de #c3ded0

Monochromatic Colors of #c3dedd

#c3dedd

Complementary Color

#c3dedd #dec3c4

#c3dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dedd Color CSS Codes

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

#c3dedd Text Font Color

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

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


#c3dedd Background Color

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

This div background color is #c3dedd


#c3dedd Border Color

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

This div border color is #c3dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dedd


Comments

No comments written yet.

Please login to write comment.