Color Hex Logo

#c3ffdd Color Hex

#C3FFDD
(195,255,221)
0 Favorites   0 Comments

Color spaces of #c3ffdd

RGB 195255221
HSL0.411.000.88
HSV146°24°100°
CMYK 0.240.000.13   0.00
XYZ71.316888.342681.6996
Yxy88.34260.29550.3660
Hunter Lab93.9907-29.044414.2569
CIE-Lab95.3050-25.415810.1654

#c3ffdd color RGB value is (195,255,221).

#c3ffdd hex color red value is 195, green value is 255 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c3ffdd hue: 0.41 , saturation: 1.00 and the lightness value of c3ffdd is 0.88.

The process color (four color CMYK) of #c3ffdd color hex is 0.24, 0.00, 0.13, 0.00. Web safe color of #c3ffdd is #ccffcc. Color #c3ffdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111111 11011101
Octal 303 377 335
Decimal 195 255 221
Hex C3 FF DD

RGB Percentages of Color #c3ffdd

%29.06
%38.00
%32.94

CMYK Percentages of Color #c3ffdd

%24
%0
%13
%0

Triadic Colors of #c3ffdd

#c3ffdd #ddc3ff #ffddc3

Analogous Colors of #c3ffdd

#c3ffdd #c3fffb #c7ffc3

Monochromatic Colors of #c3ffdd

#c3ffdd

Complementary Color

#c3ffdd #ffc3e5

#c3ffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ffdd Color CSS Codes

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

#c3ffdd Text Font Color

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

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


#c3ffdd Background Color

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

This div background color is #c3ffdd


#c3ffdd Border Color

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

This div border color is #c3ffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ffdd


Comments

No comments written yet.

Please login to write comment.