Color Hex Logo

#c0fbae Color Hex

#C0FBAE
(192,251,174)
0 Favorites   0 Comments

Color spaces of #c0fbae

RGB 192251174
HSL0.290.910.83
HSV106°31°98°
CMYK 0.240.000.31   0.02
XYZ63.875483.256852.7480
Yxy83.25680.31960.4165
Hunter Lab91.2452-34.721629.5966
CIE-Lab93.1268-32.413331.0728

#c0fbae color RGB value is (192,251,174).

#c0fbae hex color red value is 192, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c0fbae hue: 0.29 , saturation: 0.91 and the lightness value of c0fbae is 0.83.

The process color (four color CMYK) of #c0fbae color hex is 0.24, 0.00, 0.31, 0.02. Web safe color of #c0fbae is #ccff99. Color #c0fbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11111011 10101110
Octal 300 373 256
Decimal 192 251 174
Hex C0 FB AE

RGB Percentages of Color #c0fbae

%31.12
%40.68
%28.20

CMYK Percentages of Color #c0fbae

%24
%0
%31
%2

Triadic Colors of #c0fbae

#c0fbae #aec0fb #fbaec0

Analogous Colors of #c0fbae

#c0fbae #aefbc3 #e7fbae

Monochromatic Colors of #c0fbae

#c0fbae

Complementary Color

#c0fbae #e9aefb

#c0fbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0fbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0fbae Color CSS Codes

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

#c0fbae Text Font Color

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

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


#c0fbae Background Color

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

This div background color is #c0fbae


#c0fbae Border Color

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

This div border color is #c0fbae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,251,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 #c0fbae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0fbae

#c0fbae Color Palettes


Comments

No comments written yet.

Please login to write comment.