Color Hex Logo

#c0ffdd Color Hex

#C0FFDD
(192,255,221)
0 Favorites   0 Comments

Color spaces of #c0ffdd

RGB 192255221
HSL0.411.000.88
HSV148°25°100°
CMYK 0.250.000.13   0.00
XYZ70.549487.946981.6637
Yxy87.94690.29380.3662
Hunter Lab93.7800-29.831914.0162
CIE-Lab95.1386-26.33409.9051

#c0ffdd color RGB value is (192,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11111111 11011101
Octal 300 377 335
Decimal 192 255 221
Hex C0 FF DD

RGB Percentages of Color #c0ffdd

%28.74
%38.17
%33.08

CMYK Percentages of Color #c0ffdd

%25
%0
%13
%0

Triadic Colors of #c0ffdd

#c0ffdd #ddc0ff #ffddc0

Analogous Colors of #c0ffdd

#c0ffdd #c0fffd #c3ffc0

Monochromatic Colors of #c0ffdd

#c0ffdd

Complementary Color

#c0ffdd #ffc0e2

#c0ffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ffdd Color CSS Codes

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

#c0ffdd Text Font Color

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

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


#c0ffdd Background Color

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

This div background color is #c0ffdd


#c0ffdd Border Color

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

This div border color is #c0ffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ffdd


Comments

No comments written yet.

Please login to write comment.