Color Hex Logo

#c0ebce Color Hex

#C0EBCE
(192,235,206)
0 Favorites   0 Comments

Color spaces of #c0ebce

RGB 192235206
HSL0.390.520.84
HSV140°18°92°
CMYK 0.180.000.12   0.08
XYZ62.587175.079469.5856
Yxy75.07940.30200.3623
Hunter Lab86.6484-22.702113.0392
CIE-Lab89.4302-19.44429.5035

#c0ebce color RGB value is (192,235,206).

#c0ebce hex color red value is 192, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c0ebce hue: 0.39 , saturation: 0.52 and the lightness value of c0ebce is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101011 11001110
Octal 300 353 316
Decimal 192 235 206
Hex C0 EB CE

RGB Percentages of Color #c0ebce

%30.33
%37.12
%32.54

CMYK Percentages of Color #c0ebce

%18
%0
%12
%8

Triadic Colors of #c0ebce

#c0ebce #cec0eb #ebcec0

Analogous Colors of #c0ebce

#c0ebce #c0ebe4 #c8ebc0

Monochromatic Colors of #c0ebce

#c0ebce

Complementary Color

#c0ebce #ebc0dd

#c0ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ebce Color CSS Codes

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

#c0ebce Text Font Color

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

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


#c0ebce Background Color

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

This div background color is #c0ebce


#c0ebce Border Color

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

This div border color is #c0ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ebce


Comments

No comments written yet.

Please login to write comment.