Color Hex Logo

#c0eddf Color Hex

#C0EDDF
(192,237,223)
0 Favorites   0 Comments

Color spaces of #c0eddf

RGB 192237223
HSL0.450.560.84
HSV161°19°93°
CMYK 0.190.000.06   0.07
XYZ65.341777.102681.2504
Yxy77.10260.29210.3447
Hunter Lab87.8081-20.83486.6036
CIE-Lab90.3688-17.19971.9884

#c0eddf color RGB value is (192,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101101 11011111
Octal 300 355 337
Decimal 192 237 223
Hex C0 ED DF

RGB Percentages of Color #c0eddf

%29.45
%36.35
%34.20

CMYK Percentages of Color #c0eddf

%19
%0
%6
%7

Triadic Colors of #c0eddf

#c0eddf #dfc0ed #eddfc0

Analogous Colors of #c0eddf

#c0eddf #c0e5ed #c0edc9

Monochromatic Colors of #c0eddf

#c0eddf

Complementary Color

#c0eddf #edc0ce

#c0eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0eddf Color CSS Codes

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

#c0eddf Text Font Color

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

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


#c0eddf Background Color

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

This div background color is #c0eddf


#c0eddf Border Color

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

This div border color is #c0eddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0eddf


Comments

No comments written yet.

Please login to write comment.