Color Hex Logo

#c0edbe Color Hex

#C0EDBE
(192,237,190)
0 Favorites   0 Comments

Color spaces of #c0edbe

RGB 192237190
HSL0.330.570.84
HSV117°20°93°
CMYK 0.190.000.20   0.07
XYZ61.316775.492560.0550
Yxy75.49250.31150.3835
Hunter Lab86.8864-26.081819.8399
CIE-Lab89.6232-23.239518.0904

#c0edbe color RGB value is (192,237,190).

#c0edbe hex color red value is 192, green value is 237 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c0edbe hue: 0.33 , saturation: 0.57 and the lightness value of c0edbe is 0.84.

The process color (four color CMYK) of #c0edbe color hex is 0.19, 0.00, 0.20, 0.07. Web safe color of #c0edbe is #ccffcc. Color #c0edbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101101 10111110
Octal 300 355 276
Decimal 192 237 190
Hex C0 ED BE

RGB Percentages of Color #c0edbe

%31.02
%38.29
%30.69

CMYK Percentages of Color #c0edbe

%19
%0
%20
%7

Triadic Colors of #c0edbe

#c0edbe #bec0ed #edbec0

Analogous Colors of #c0edbe

#c0edbe #beedd4 #d8edbe

Monochromatic Colors of #c0edbe

#c0edbe

Complementary Color

#c0edbe #ebbeed

#c0edbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0edbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0edbe Color CSS Codes

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

#c0edbe Text Font Color

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

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


#c0edbe Background Color

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

This div background color is #c0edbe


#c0edbe Border Color

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

This div border color is #c0edbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0edbe


Comments

No comments written yet.

Please login to write comment.