Color Hex Logo

#c3dfcd Color Hex

#C3DFCD
(195,223,205)
0 Favorites   0 Comments

Color spaces of #c3dfcd

RGB 195223205
HSL0.390.300.82
HSV141°13°87°
CMYK 0.130.000.08   0.13
XYZ59.912868.785267.8767
Yxy68.78520.30480.3499
Hunter Lab82.9368-16.19279.5320
CIE-Lab86.3976-12.65875.6968

#c3dfcd color RGB value is (195,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011111 11001101
Octal 303 337 315
Decimal 195 223 205
Hex C3 DF CD

RGB Percentages of Color #c3dfcd

%31.30
%35.79
%32.91

CMYK Percentages of Color #c3dfcd

%13
%0
%8
%13

Triadic Colors of #c3dfcd

#c3dfcd #cdc3df #dfcdc3

Analogous Colors of #c3dfcd

#c3dfcd #c3dfdb #c7dfc3

Monochromatic Colors of #c3dfcd

#c3dfcd

Complementary Color

#c3dfcd #dfc3d5

#c3dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dfcd Color CSS Codes

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

#c3dfcd Text Font Color

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

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


#c3dfcd Background Color

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

This div background color is #c3dfcd


#c3dfcd Border Color

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

This div border color is #c3dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dfcd


Comments

No comments written yet.

Please login to write comment.