Color Hex Logo

#c0faab Color Hex

#C0FAAB
(192,250,171)
0 Favorites   0 Comments

Color spaces of #c0faab

RGB 192250171
HSL0.290.890.83
HSV104°32°98°
CMYK 0.230.000.32   0.02
XYZ63.274582.518051.1207
Yxy82.51800.32130.4191
Hunter Lab90.8394-34.634230.2216
CIE-Lab92.8030-32.395532.1468

#c0faab color RGB value is (192,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11111010 10101011
Octal 300 372 253
Decimal 192 250 171
Hex C0 FA AB

RGB Percentages of Color #c0faab

%31.32
%40.78
%27.90

CMYK Percentages of Color #c0faab

%23
%0
%32
%2

Triadic Colors of #c0faab

#c0faab #abc0fa #faabc0

Analogous Colors of #c0faab

#c0faab #abfabe #e8faab

Monochromatic Colors of #c0faab

#c0faab

Complementary Color

#c0faab #e5abfa

#c0faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0faab Color CSS Codes

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

#c0faab Text Font Color

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

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


#c0faab Background Color

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

This div background color is #c0faab


#c0faab Border Color

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

This div border color is #c0faab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0faab

Related Colors


Comments

No comments written yet.

Please login to write comment.