Color Hex Logo

#c0edaf Color Hex

#C0EDAF
(192,237,175)
0 Favorites   0 Comments

Color spaces of #c0edaf

RGB 192237175
HSL0.290.630.81
HSV104°26°93°
CMYK 0.190.000.26   0.07
XYZ59.760374.870051.8591
Yxy74.87000.32040.4015
Hunter Lab86.5275-28.141825.0345
CIE-Lab89.3321-25.671525.4176

#c0edaf color RGB value is (192,237,175).

#c0edaf hex color red value is 192, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c0edaf hue: 0.29 , saturation: 0.63 and the lightness value of c0edaf is 0.81.

The process color (four color CMYK) of #c0edaf color hex is 0.19, 0.00, 0.26, 0.07. Web safe color of #c0edaf is #ccff99. Color #c0edaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101101 10101111
Octal 300 355 257
Decimal 192 237 175
Hex C0 ED AF

RGB Percentages of Color #c0edaf

%31.79
%39.24
%28.97

CMYK Percentages of Color #c0edaf

%19
%0
%26
%7

Triadic Colors of #c0edaf

#c0edaf #afc0ed #edafc0

Analogous Colors of #c0edaf

#c0edaf #afedbd #dfedaf

Monochromatic Colors of #c0edaf

#c0edaf

Complementary Color

#c0edaf #dcafed

#c0edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0edaf Color CSS Codes

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

#c0edaf Text Font Color

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

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


#c0edaf Background Color

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

This div background color is #c0edaf


#c0edaf Border Color

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

This div border color is #c0edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0edaf


Comments

No comments written yet.

Please login to write comment.