Color Hex Logo

#c0eadb Color Hex

#C0EADB
(192,234,219)
0 Favorites   0 Comments

Color spaces of #c0eadb

RGB 192234219
HSL0.440.500.84
HSV159°18°92°
CMYK 0.180.000.06   0.08
XYZ63.947275.166678.1561
Yxy75.16660.29430.3460
Hunter Lab86.6987-20.06477.2410
CIE-Lab89.4710-16.49162.7732

#c0eadb color RGB value is (192,234,219).

#c0eadb hex color red value is 192, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c0eadb hue: 0.44 , saturation: 0.50 and the lightness value of c0eadb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101010 11011011
Octal 300 352 333
Decimal 192 234 219
Hex C0 EA DB

RGB Percentages of Color #c0eadb

%29.77
%36.28
%33.95

CMYK Percentages of Color #c0eadb

%18
%0
%6
%8

Triadic Colors of #c0eadb

#c0eadb #dbc0ea #eadbc0

Analogous Colors of #c0eadb

#c0eadb #c0e4ea #c0eac6

Monochromatic Colors of #c0eadb

#c0eadb

Complementary Color

#c0eadb #eac0cf

#c0eadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0eadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0eadb Color CSS Codes

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

#c0eadb Text Font Color

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

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


#c0eadb Background Color

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

This div background color is #c0eadb


#c0eadb Border Color

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

This div border color is #c0eadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0eadb


Comments

No comments written yet.

Please login to write comment.