Color Hex Logo

#c3ddcd Color Hex

#C3DDCD
(195,221,205)
0 Favorites   0 Comments

Color spaces of #c3ddcd

RGB 195221205
HSL0.400.280.82
HSV143°12°87°
CMYK 0.120.000.07   0.13
XYZ59.381667.722867.6997
Yxy67.72280.30480.3476
Hunter Lab82.2939-15.21228.8303
CIE-Lab85.8677-11.64544.9318

#c3ddcd color RGB value is (195,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011101 11001101
Octal 303 335 315
Decimal 195 221 205
Hex C3 DD CD

RGB Percentages of Color #c3ddcd

%31.40
%35.59
%33.01

CMYK Percentages of Color #c3ddcd

%12
%0
%7
%13

Triadic Colors of #c3ddcd

#c3ddcd #cdc3dd #ddcdc3

Analogous Colors of #c3ddcd

#c3ddcd #c3ddda #c6ddc3

Monochromatic Colors of #c3ddcd

#c3ddcd

Complementary Color

#c3ddcd #ddc3d3

#c3ddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ddcd Color CSS Codes

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

#c3ddcd Text Font Color

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

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


#c3ddcd Background Color

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

This div background color is #c3ddcd


#c3ddcd Border Color

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

This div border color is #c3ddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ddcd


Comments

No comments written yet.

Please login to write comment.