Color Hex Logo

#c6faba Color Hex

#C6FABA
(198,250,186)
0 Favorites   0 Comments

Color spaces of #c6faba

RGB 198250186
HSL0.300.860.85
HSV109°26°98°
CMYK 0.210.000.26   0.02
XYZ66.337283.922259.1566
Yxy83.92220.31680.4007
Hunter Lab91.6091-31.058025.8398
CIE-Lab93.4167-28.107425.4529

#c6faba color RGB value is (198,250,186).

#c6faba hex color red value is 198, green value is 250 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c6faba hue: 0.30 , saturation: 0.86 and the lightness value of c6faba is 0.85.

The process color (four color CMYK) of #c6faba color hex is 0.21, 0.00, 0.26, 0.02. Web safe color of #c6faba is #ccffcc. Color #c6faba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111010 10111010
Octal 306 372 272
Decimal 198 250 186
Hex C6 FA BA

RGB Percentages of Color #c6faba

%31.23
%39.43
%29.34

CMYK Percentages of Color #c6faba

%21
%0
%26
%2

Triadic Colors of #c6faba

#c6faba #bac6fa #fabac6

Analogous Colors of #c6faba

#c6faba #baface #e6faba

Monochromatic Colors of #c6faba

#c6faba

Complementary Color

#c6faba #eebafa

#c6faba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6faba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6faba Color CSS Codes

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

#c6faba Text Font Color

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

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


#c6faba Background Color

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

This div background color is #c6faba


#c6faba Border Color

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

This div border color is #c6faba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6faba


Comments

No comments written yet.

Please login to write comment.