Color Hex Logo

#c1faad Color Hex

#C1FAAD
(193,250,173)
0 Favorites   0 Comments

Color spaces of #c1faad

RGB 193250173
HSL0.290.890.83
HSV104°31°98°
CMYK 0.230.000.31   0.02
XYZ63.720882.725852.1444
Yxy82.72580.32090.4166
Hunter Lab90.9537-34.114629.6762
CIE-Lab92.8943-31.764831.2734

#c1faad color RGB value is (193,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111010 10101101
Octal 301 372 255
Decimal 193 250 173
Hex C1 FA AD

RGB Percentages of Color #c1faad

%31.33
%40.58
%28.08

CMYK Percentages of Color #c1faad

%23
%0
%31
%2

Triadic Colors of #c1faad

#c1faad #adc1fa #faadc1

Analogous Colors of #c1faad

#c1faad #adfac0 #e8faad

Monochromatic Colors of #c1faad

#c1faad

Complementary Color

#c1faad #e6adfa

#c1faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1faad Color CSS Codes

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

#c1faad Text Font Color

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

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


#c1faad Background Color

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

This div background color is #c1faad


#c1faad Border Color

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

This div border color is #c1faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1faad


Comments

No comments written yet.

Please login to write comment.