Color Hex Logo

#c0eedf Color Hex

#C0EEDF
(192,238,223)
0 Favorites   0 Comments

Color spaces of #c0eedf

RGB 192238223
HSL0.450.580.84
HSV160°19°93°
CMYK 0.190.000.06   0.07
XYZ65.632077.683381.3472
Yxy77.68330.29210.3458
Hunter Lab88.1381-21.32186.9749
CIE-Lab90.6352-17.69542.3757

#c0eedf color RGB value is (192,238,223).

#c0eedf hex color red value is 192, green value is 238 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c0eedf hue: 0.45 , saturation: 0.58 and the lightness value of c0eedf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101110 11011111
Octal 300 356 337
Decimal 192 238 223
Hex C0 EE DF

RGB Percentages of Color #c0eedf

%29.40
%36.45
%34.15

CMYK Percentages of Color #c0eedf

%19
%0
%6
%7

Triadic Colors of #c0eedf

#c0eedf #dfc0ee #eedfc0

Analogous Colors of #c0eedf

#c0eedf #c0e6ee #c0eec8

Monochromatic Colors of #c0eedf

#c0eedf

Complementary Color

#c0eedf #eec0cf

#c0eedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0eedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0eedf Color CSS Codes

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

#c0eedf Text Font Color

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

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


#c0eedf Background Color

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

This div background color is #c0eedf


#c0eedf Border Color

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

This div border color is #c0eedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0eedf


Comments

No comments written yet.

Please login to write comment.