Color Hex Logo

#c0ffce Color Hex

#C0FFCE
(192,255,206)
1 Favorites   0 Comments

Color spaces of #c0ffce

RGB 192255206
HSL0.371.000.88
HSV133°25°100°
CMYK 0.250.000.19   0.00
XYZ68.638887.182771.6028
Yxy87.18270.30180.3833
Hunter Lab93.3717-32.182619.8932
CIE-Lab94.8157-29.066617.1401

#c0ffce color RGB value is (192,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11111111 11001110
Octal 300 377 316
Decimal 192 255 206
Hex C0 FF CE

RGB Percentages of Color #c0ffce

%29.40
%39.05
%31.55

CMYK Percentages of Color #c0ffce

%25
%0
%19
%0

Triadic Colors of #c0ffce

#c0ffce #cec0ff #ffcec0

Analogous Colors of #c0ffce

#c0ffce #c0ffee #d2ffc0

Monochromatic Colors of #c0ffce

#c0ffce

Complementary Color

#c0ffce #ffc0f1

#c0ffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ffce Color CSS Codes

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

#c0ffce Text Font Color

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

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


#c0ffce Background Color

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

This div background color is #c0ffce


#c0ffce Border Color

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

This div border color is #c0ffce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,255,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ffce


Comments

No comments written yet.

Please login to write comment.