Color Hex Logo

#c0e7db Color Hex

#C0E7DB
(192,231,219)
0 Favorites   0 Comments

Color spaces of #c0e7db

RGB 192231219
HSL0.450.450.83
HSV162°17°91°
CMYK 0.170.000.05   0.09
XYZ63.100373.472877.8738
Yxy73.47280.29420.3426
Hunter Lab85.7163-18.60026.1360
CIE-Lab88.6727-14.99361.6127

#c0e7db color RGB value is (192,231,219).

#c0e7db hex color red value is 192, green value is 231 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c0e7db hue: 0.45 , saturation: 0.45 and the lightness value of c0e7db is 0.83.

The process color (four color CMYK) of #c0e7db color hex is 0.17, 0.00, 0.05, 0.09. Web safe color of #c0e7db is #ccffcc. Color #c0e7db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11100111 11011011
Octal 300 347 333
Decimal 192 231 219
Hex C0 E7 DB

RGB Percentages of Color #c0e7db

%29.91
%35.98
%34.11

CMYK Percentages of Color #c0e7db

%17
%0
%5
%9

Triadic Colors of #c0e7db

#c0e7db #dbc0e7 #e7dbc0

Analogous Colors of #c0e7db

#c0e7db #c0e0e7 #c0e7c8

Monochromatic Colors of #c0e7db

#c0e7db

Complementary Color

#c0e7db #e7c0cc

#c0e7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0e7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0e7db Color CSS Codes

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

#c0e7db Text Font Color

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

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


#c0e7db Background Color

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

This div background color is #c0e7db


#c0e7db Border Color

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

This div border color is #c0e7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0e7db


Comments

No comments written yet.

Please login to write comment.