Color Hex Logo

#c3dfdd Color Hex

#C3DFDD
(195,223,221)
0 Favorites   0 Comments

Color spaces of #c3dfdd

RGB 195223221
HSL0.490.300.82
HSV176°13°87°
CMYK 0.130.000.01   0.13
XYZ61.944569.597978.5755
Yxy69.59790.29480.3312
Hunter Lab83.4254-13.45562.5545
CIE-Lab86.7993-9.5980-2.1530

#c3dfdd color RGB value is (195,223,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011111 11011101
Octal 303 337 335
Decimal 195 223 221
Hex C3 DF DD

RGB Percentages of Color #c3dfdd

%30.52
%34.90
%34.59

CMYK Percentages of Color #c3dfdd

%13
%0
%1
%13

Triadic Colors of #c3dfdd

#c3dfdd #ddc3df #dfddc3

Analogous Colors of #c3dfdd

#c3dfdd #c3d3df #c3dfcf

Monochromatic Colors of #c3dfdd

#c3dfdd

Complementary Color

#c3dfdd #dfc3c5

#c3dfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dfdd Color CSS Codes

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

#c3dfdd Text Font Color

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

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


#c3dfdd Background Color

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

This div background color is #c3dfdd


#c3dfdd Border Color

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

This div border color is #c3dfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dfdd


Comments

No comments written yet.

Please login to write comment.