Color Hex Logo

#c0efdb Color Hex

#C0EFDB
(192,239,219)
0 Favorites   0 Comments

Color spaces of #c0efdb

RGB 192239219
HSL0.430.590.85
HSV154°20°94°
CMYK 0.200.000.08   0.06
XYZ65.390978.053978.6373
Yxy78.05390.29440.3515
Hunter Lab88.3481-22.49249.0706
CIE-Lab90.8045-18.96694.7056

#c0efdb color RGB value is (192,239,219).

#c0efdb hex color red value is 192, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c0efdb hue: 0.43 , saturation: 0.59 and the lightness value of c0efdb is 0.85.

The process color (four color CMYK) of #c0efdb color hex is 0.20, 0.00, 0.08, 0.06. Web safe color of #c0efdb is #ccffcc. Color #c0efdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101111 11011011
Octal 300 357 333
Decimal 192 239 219
Hex C0 EF DB

RGB Percentages of Color #c0efdb

%29.54
%36.77
%33.69

CMYK Percentages of Color #c0efdb

%20
%0
%8
%6

Triadic Colors of #c0efdb

#c0efdb #dbc0ef #efdbc0

Analogous Colors of #c0efdb

#c0efdb #c0ecef #c0efc4

Monochromatic Colors of #c0efdb

#c0efdb

Complementary Color

#c0efdb #efc0d4

#c0efdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0efdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0efdb Color CSS Codes

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

#c0efdb Text Font Color

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

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


#c0efdb Background Color

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

This div background color is #c0efdb


#c0efdb Border Color

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

This div border color is #c0efdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0efdb


Comments

No comments written yet.

Please login to write comment.