Color Hex Logo

#c0ebad Color Hex

#C0EBAD
(192,235,173)
0 Favorites   0 Comments

Color spaces of #c0ebad

RGB 192235173
HSL0.280.610.80
HSV102°26°92°
CMYK 0.180.000.26   0.08
XYZ58.989473.640350.6401
Yxy73.64030.32190.4018
Hunter Lab85.8139-27.471625.0818
CIE-Lab88.7522-25.021925.6513

#c0ebad color RGB value is (192,235,173).

#c0ebad hex color red value is 192, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c0ebad hue: 0.28 , saturation: 0.61 and the lightness value of c0ebad is 0.80.

The process color (four color CMYK) of #c0ebad color hex is 0.18, 0.00, 0.26, 0.08. Web safe color of #c0ebad is #ccff99. Color #c0ebad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101011 10101101
Octal 300 353 255
Decimal 192 235 173
Hex C0 EB AD

RGB Percentages of Color #c0ebad

%32.00
%39.17
%28.83

CMYK Percentages of Color #c0ebad

%18
%0
%26
%8

Triadic Colors of #c0ebad

#c0ebad #adc0eb #ebadc0

Analogous Colors of #c0ebad

#c0ebad #adebb9 #dfebad

Monochromatic Colors of #c0ebad

#c0ebad

Complementary Color

#c0ebad #d8adeb

#c0ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ebad Color CSS Codes

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

#c0ebad Text Font Color

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

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


#c0ebad Background Color

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

This div background color is #c0ebad


#c0ebad Border Color

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

This div border color is #c0ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ebad


Comments

No comments written yet.

Please login to write comment.