Color Hex Logo

#c0ffdb Color Hex

#C0FFDB
(192,255,219)
0 Favorites   0 Comments

Color spaces of #c0ffdb

RGB 192255219
HSL0.401.000.88
HSV146°25°100°
CMYK 0.250.000.14   0.00
XYZ70.284487.840980.2685
Yxy87.84090.29480.3685
Hunter Lab93.7235-30.156714.8281
CIE-Lab95.0939-26.709010.8689

#c0ffdb color RGB value is (192,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11111111 11011011
Octal 300 377 333
Decimal 192 255 219
Hex C0 FF DB

RGB Percentages of Color #c0ffdb

%28.83
%38.29
%32.88

CMYK Percentages of Color #c0ffdb

%25
%0
%14
%0

Triadic Colors of #c0ffdb

#c0ffdb #dbc0ff #ffdbc0

Analogous Colors of #c0ffdb

#c0ffdb #c0fffb #c5ffc0

Monochromatic Colors of #c0ffdb

#c0ffdb

Complementary Color

#c0ffdb #ffc0e4

#c0ffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ffdb Color CSS Codes

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

#c0ffdb Text Font Color

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

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


#c0ffdb Background Color

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

This div background color is #c0ffdb


#c0ffdb Border Color

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

This div border color is #c0ffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ffdb


Comments

No comments written yet.

Please login to write comment.