Color Hex Logo

#c1faab Color Hex

#C1FAAB
(193,250,171)
0 Favorites   0 Comments

Color spaces of #c1faab

RGB 193250171
HSL0.290.890.83
HSV103°32°98°
CMYK 0.230.000.32   0.02
XYZ63.528682.648951.1326
Yxy82.64890.32200.4189
Hunter Lab90.9114-34.359830.2907
CIE-Lab92.8605-32.059732.2339

#c1faab color RGB value is (193,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111010 10101011
Octal 301 372 253
Decimal 193 250 171
Hex C1 FA AB

RGB Percentages of Color #c1faab

%31.43
%40.72
%27.85

CMYK Percentages of Color #c1faab

%23
%0
%32
%2

Triadic Colors of #c1faab

#c1faab #abc1fa #faabc1

Analogous Colors of #c1faab

#c1faab #abfabd #e9faab

Monochromatic Colors of #c1faab

#c1faab

Complementary Color

#c1faab #e4abfa

#c1faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1faab Color CSS Codes

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

#c1faab Text Font Color

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

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


#c1faab Background Color

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

This div background color is #c1faab


#c1faab Border Color

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

This div border color is #c1faab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1faab

Related Colors


Comments

No comments written yet.

Please login to write comment.