Color Hex Logo

#c0e4cb Color Hex

#C0E4CB
(192,228,203)
0 Favorites   0 Comments

Color spaces of #c0e4cb

RGB 192228203
HSL0.380.400.82
HSV138°16°89°
CMYK 0.160.000.11   0.11
XYZ60.261171.005167.0292
Yxy71.00510.30390.3581
Hunter Lab84.2645-19.810111.8222
CIE-Lab87.4875-16.52758.2900

#c0e4cb color RGB value is (192,228,203).

#c0e4cb hex color red value is 192, green value is 228 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c0e4cb hue: 0.38 , saturation: 0.40 and the lightness value of c0e4cb is 0.82.

The process color (four color CMYK) of #c0e4cb color hex is 0.16, 0.00, 0.11, 0.11. Web safe color of #c0e4cb is #cccccc. Color #c0e4cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11100100 11001011
Octal 300 344 313
Decimal 192 228 203
Hex C0 E4 CB

RGB Percentages of Color #c0e4cb

%30.82
%36.60
%32.58

CMYK Percentages of Color #c0e4cb

%16
%0
%11
%11

Triadic Colors of #c0e4cb

#c0e4cb #cbc0e4 #e4cbc0

Analogous Colors of #c0e4cb

#c0e4cb #c0e4dd #c7e4c0

Monochromatic Colors of #c0e4cb

#c0e4cb

Complementary Color

#c0e4cb #e4c0d9

#c0e4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0e4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0e4cb Color CSS Codes

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

#c0e4cb Text Font Color

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

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


#c0e4cb Background Color

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

This div background color is #c0e4cb


#c0e4cb Border Color

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

This div border color is #c0e4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0e4cb


Comments

No comments written yet.

Please login to write comment.