Color Hex Logo

#c0ffae Color Hex

#C0FFAE
(192,255,174)
0 Favorites   0 Comments

Color spaces of #c0ffae

RGB 192255174
HSL0.301.000.84
HSV107°32°100°
CMYK 0.250.000.32   0.00
XYZ65.138285.782553.1689
Yxy85.78250.31920.4203
Hunter Lab92.6188-36.545130.7971
CIE-Lab94.2193-34.255132.5398

#c0ffae color RGB value is (192,255,174).

#c0ffae hex color red value is 192, green value is 255 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c0ffae hue: 0.30 , saturation: 1.00 and the lightness value of c0ffae is 0.84.

The process color (four color CMYK) of #c0ffae color hex is 0.25, 0.00, 0.32, 0.00. Web safe color of #c0ffae is #ccff99. Color #c0ffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11111111 10101110
Octal 300 377 256
Decimal 192 255 174
Hex C0 FF AE

RGB Percentages of Color #c0ffae

%30.92
%41.06
%28.02

CMYK Percentages of Color #c0ffae

%25
%0
%32
%0

Triadic Colors of #c0ffae

#c0ffae #aec0ff #ffaec0

Analogous Colors of #c0ffae

#c0ffae #aeffc5 #e9ffae

Monochromatic Colors of #c0ffae

#c0ffae

Complementary Color

#c0ffae #edaeff

#c0ffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ffae Color CSS Codes

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

#c0ffae Text Font Color

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

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


#c0ffae Background Color

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

This div background color is #c0ffae


#c0ffae Border Color

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

This div border color is #c0ffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ffae


Comments

No comments written yet.

Please login to write comment.